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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6454",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6455,
    "results": [
        {
            "start": 873961414,
            "stop": 873961619
        },
        {
            "start": 873961620,
            "stop": 873961749
        },
        {
            "start": 873961750,
            "stop": 873961800
        },
        {
            "start": 873961801,
            "stop": 873962169
        },
        {
            "start": 873962171,
            "stop": 873962246
        },
        {
            "start": 873962247,
            "stop": 873962668
        },
        {
            "start": 873962670,
            "stop": 873962854
        },
        {
            "start": 873962855,
            "stop": 873963007
        },
        {
            "start": 873963008,
            "stop": 873963220
        },
        {
            "start": 873963221,
            "stop": 873963389
        },
        {
            "start": 873963390,
            "stop": 873963677
        },
        {
            "start": 873963678,
            "stop": 873964067
        },
        {
            "start": 873964069,
            "stop": 873964083
        },
        {
            "start": 873965683,
            "stop": 873965760
        },
        {
            "start": 873965761,
            "stop": 873966347
        },
        {
            "start": 873966348,
            "stop": 873966361
        },
        {
            "start": 873966362,
            "stop": 873966490
        },
        {
            "start": 873966492,
            "stop": 873966618
        },
        {
            "start": 873966620,
            "stop": 873967420
        },
        {
            "start": 873967421,
            "stop": 873968031
        }
    ]
}