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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=137",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 138,
    "results": [
        {
            "start": 838054875,
            "stop": 838057211
        },
        {
            "start": 838057226,
            "stop": 838061987
        },
        {
            "start": 838061996,
            "stop": 838061997
        },
        {
            "start": 838062281,
            "stop": 838064428
        },
        {
            "start": 838064436,
            "stop": 838064439
        },
        {
            "start": 838064447,
            "stop": 838064568
        },
        {
            "start": 838066158,
            "stop": 838071519
        },
        {
            "start": 838072441,
            "stop": 838075853
        },
        {
            "start": 838075971,
            "stop": 838078018
        },
        {
            "start": 838078019,
            "stop": 838078021
        },
        {
            "start": 838078023,
            "stop": 838078032
        },
        {
            "start": 838078033,
            "stop": 838078038
        },
        {
            "start": 838078040,
            "stop": 838078041
        },
        {
            "start": 838078248,
            "stop": 838078971
        },
        {
            "start": 838079904,
            "stop": 838084302
        },
        {
            "start": 838084306,
            "stop": 838084324
        },
        {
            "start": 838084325,
            "stop": 838087188
        },
        {
            "start": 838089644,
            "stop": 838108417
        },
        {
            "start": 838109206,
            "stop": 838128063
        },
        {
            "start": 838128064,
            "stop": 838128065
        }
    ]
}