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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 47,
    "results": [
        {
            "start": 1402980950,
            "stop": 1402986575
        },
        {
            "start": 1402986578,
            "stop": 1402986607
        },
        {
            "start": 1402986612,
            "stop": 1402994852
        },
        {
            "start": 1402994855,
            "stop": 1402998834
        },
        {
            "start": 1402998840,
            "stop": 1403001552
        },
        {
            "start": 1403001555,
            "stop": 1403008171
        },
        {
            "start": 1403008177,
            "stop": 1403008407
        },
        {
            "start": 1403008414,
            "stop": 1403012031
        },
        {
            "start": 1403020242,
            "stop": 1403023052
        },
        {
            "start": 1403027575,
            "stop": 1403028846
        },
        {
            "start": 1403028849,
            "stop": 1403035908
        },
        {
            "start": 1403035915,
            "stop": 1403042790
        },
        {
            "start": 1403042797,
            "stop": 1403047675
        },
        {
            "start": 1403047681,
            "stop": 1403047877
        },
        {
            "start": 1403047880,
            "stop": 1403048765
        },
        {
            "start": 1403048768,
            "stop": 1403051538
        },
        {
            "start": 1403051541,
            "stop": 1403053304
        },
        {
            "start": 1403053311,
            "stop": 1403054256
        },
        {
            "start": 1403057778,
            "stop": 1403061747
        },
        {
            "start": 1403068780,
            "stop": 1403068844
        }
    ]
}