Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=204
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=203",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 204,
    "results": [
        {
            "start": 933073291,
            "stop": 933073302
        },
        {
            "start": 933073321,
            "stop": 933073377
        },
        {
            "start": 933073403,
            "stop": 933073431
        },
        {
            "start": 933073474,
            "stop": 933073542
        },
        {
            "start": 933073595,
            "stop": 933073603
        },
        {
            "start": 933073639,
            "stop": 933073699
        },
        {
            "start": 933073704,
            "stop": 933073789
        },
        {
            "start": 933073808,
            "stop": 933073837
        },
        {
            "start": 933073842,
            "stop": 933073900
        },
        {
            "start": 933073901,
            "stop": 933073926
        },
        {
            "start": 933073954,
            "stop": 933074036
        },
        {
            "start": 933074042,
            "stop": 933074126
        },
        {
            "start": 933074149,
            "stop": 933074245
        },
        {
            "start": 933074250,
            "stop": 933074260
        },
        {
            "start": 933074279,
            "stop": 933074451
        },
        {
            "start": 933074456,
            "stop": 933074488
        },
        {
            "start": 933074512,
            "stop": 933074572
        },
        {
            "start": 933074577,
            "stop": 933074610
        },
        {
            "start": 933074632,
            "stop": 933074639
        },
        {
            "start": 933074644,
            "stop": 933074707
        }
    ]
}