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/H1_CBCLOW_CAT4/segments?format=api&page=319
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=318",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 319,
    "results": [
        {
            "start": 935466721,
            "stop": 935467215
        },
        {
            "start": 935467455,
            "stop": 935467528
        },
        {
            "start": 935467588,
            "stop": 935467664
        },
        {
            "start": 935467666,
            "stop": 935468128
        },
        {
            "start": 935468188,
            "stop": 935468728
        },
        {
            "start": 935468788,
            "stop": 935469237
        },
        {
            "start": 935469239,
            "stop": 935469523
        },
        {
            "start": 935469526,
            "stop": 935469911
        },
        {
            "start": 935469913,
            "stop": 935469952
        },
        {
            "start": 935469954,
            "stop": 935470815
        },
        {
            "start": 935471055,
            "stop": 935471561
        },
        {
            "start": 935471563,
            "stop": 935471711
        },
        {
            "start": 935471714,
            "stop": 935472357
        },
        {
            "start": 935472359,
            "stop": 935472700
        },
        {
            "start": 935472703,
            "stop": 935474103
        },
        {
            "start": 935474105,
            "stop": 935474415
        },
        {
            "start": 935474655,
            "stop": 935474778
        },
        {
            "start": 935474898,
            "stop": 935475252
        },
        {
            "start": 935475254,
            "stop": 935475268
        },
        {
            "start": 935475328,
            "stop": 935475868
        }
    ]
}