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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=175",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 176,
    "results": [
        {
            "start": 821651233,
            "stop": 821651287
        },
        {
            "start": 821651291,
            "stop": 821651295
        },
        {
            "start": 821651301,
            "stop": 821651339
        },
        {
            "start": 821651345,
            "stop": 821651358
        },
        {
            "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
        }
    ]
}