Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 26,
    "results": [
        {
            "start": 818681335,
            "stop": 818684261
        },
        {
            "start": 818684262,
            "stop": 818687173
        },
        {
            "start": 818689526,
            "stop": 818695213
        },
        {
            "start": 818695233,
            "stop": 818695234
        },
        {
            "start": 818695661,
            "stop": 818712013
        },
        {
            "start": 818712058,
            "stop": 818712059
        },
        {
            "start": 818712375,
            "stop": 818715313
        },
        {
            "start": 818716549,
            "stop": 818718013
        },
        {
            "start": 818718840,
            "stop": 818719603
        },
        {
            "start": 818720844,
            "stop": 818723593
        },
        {
            "start": 818725527,
            "stop": 818728393
        },
        {
            "start": 818730103,
            "stop": 818734597
        },
        {
            "start": 818736605,
            "stop": 818768713
        },
        {
            "start": 818770503,
            "stop": 818790362
        },
        {
            "start": 818791706,
            "stop": 818793690
        },
        {
            "start": 818795618,
            "stop": 818800573
        },
        {
            "start": 818801834,
            "stop": 818805493
        },
        {
            "start": 818809957,
            "stop": 818812393
        },
        {
            "start": 818812417,
            "stop": 818812419
        },
        {
            "start": 818814826,
            "stop": 818814968
        }
    ]
}