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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1910",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1911,
    "results": [
        {
            "start": 848232442,
            "stop": 848232445
        },
        {
            "start": 848232447,
            "stop": 848232487
        },
        {
            "start": 848232493,
            "stop": 848233984
        },
        {
            "start": 848234363,
            "stop": 848235709
        },
        {
            "start": 848235710,
            "stop": 848235974
        },
        {
            "start": 848235976,
            "stop": 848237098
        },
        {
            "start": 848237208,
            "stop": 848237245
        },
        {
            "start": 848237545,
            "stop": 848238932
        },
        {
            "start": 848238934,
            "stop": 848241496
        },
        {
            "start": 848241498,
            "stop": 848244330
        },
        {
            "start": 848244450,
            "stop": 848244630
        },
        {
            "start": 848244690,
            "stop": 848244870
        },
        {
            "start": 848245230,
            "stop": 848245350
        },
        {
            "start": 848246010,
            "stop": 848248170
        },
        {
            "start": 848248230,
            "stop": 848255928
        },
        {
            "start": 848259237,
            "stop": 848259238
        },
        {
            "start": 848289139,
            "stop": 848290230
        },
        {
            "start": 848290290,
            "stop": 848302485
        },
        {
            "start": 848302486,
            "stop": 848302822
        },
        {
            "start": 848302932,
            "stop": 848304517
        }
    ]
}