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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=191",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 192,
    "results": [
        {
            "start": 821651366,
            "stop": 821651379
        },
        {
            "start": 821651382,
            "stop": 821651387
        },
        {
            "start": 821651390,
            "stop": 821651411
        },
        {
            "start": 821651414,
            "stop": 821651421
        },
        {
            "start": 821651424,
            "stop": 821651436
        },
        {
            "start": 821651439,
            "stop": 821651451
        },
        {
            "start": 821651459,
            "stop": 821651463
        },
        {
            "start": 821651466,
            "stop": 821651507
        },
        {
            "start": 821651510,
            "stop": 821651511
        },
        {
            "start": 821651514,
            "stop": 821651522
        },
        {
            "start": 821651525,
            "stop": 821651529
        },
        {
            "start": 821651532,
            "stop": 821651533
        },
        {
            "start": 821651536,
            "stop": 821651537
        },
        {
            "start": 821651540,
            "stop": 821651556
        },
        {
            "start": 821651561,
            "stop": 821651565
        },
        {
            "start": 821651570,
            "stop": 821651571
        },
        {
            "start": 821651574,
            "stop": 821651585
        },
        {
            "start": 821651592,
            "stop": 821651600
        },
        {
            "start": 821651603,
            "stop": 821651609
        },
        {
            "start": 821651612,
            "stop": 821651614
        }
    ]
}