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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=63",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 64,
    "results": [
        {
            "start": 823101080,
            "stop": 823101166
        },
        {
            "start": 823101168,
            "stop": 823101306
        },
        {
            "start": 823101307,
            "stop": 823101334
        },
        {
            "start": 823101335,
            "stop": 823101429
        },
        {
            "start": 823101431,
            "stop": 823101535
        },
        {
            "start": 823101536,
            "stop": 823101595
        },
        {
            "start": 823101596,
            "stop": 823101757
        },
        {
            "start": 823101765,
            "stop": 823101964
        },
        {
            "start": 823101966,
            "stop": 823101973
        },
        {
            "start": 823103413,
            "stop": 823103738
        },
        {
            "start": 823103739,
            "stop": 823103902
        },
        {
            "start": 823103903,
            "stop": 823103934
        },
        {
            "start": 823103935,
            "stop": 823103952
        },
        {
            "start": 823103953,
            "stop": 823104076
        },
        {
            "start": 823104077,
            "stop": 823104196
        },
        {
            "start": 823104197,
            "stop": 823104288
        },
        {
            "start": 823104320,
            "stop": 823104387
        },
        {
            "start": 823104391,
            "stop": 823104547
        },
        {
            "start": 823160953,
            "stop": 823161114
        },
        {
            "start": 823161117,
            "stop": 823161157
        }
    ]
}