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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=426",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=424",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 425,
    "results": [
        {
            "start": 932819814,
            "stop": 932819905
        },
        {
            "start": 932819906,
            "stop": 932820175
        },
        {
            "start": 932820176,
            "stop": 932820253
        },
        {
            "start": 932820254,
            "stop": 932820351
        },
        {
            "start": 932820352,
            "stop": 932820390
        },
        {
            "start": 932820391,
            "stop": 932820469
        },
        {
            "start": 932820470,
            "stop": 932820608
        },
        {
            "start": 932820609,
            "stop": 932820678
        },
        {
            "start": 932820679,
            "stop": 932820714
        },
        {
            "start": 932820715,
            "stop": 932820881
        },
        {
            "start": 932820882,
            "stop": 932821077
        },
        {
            "start": 932821078,
            "stop": 932821215
        },
        {
            "start": 932821575,
            "stop": 932821580
        },
        {
            "start": 932821581,
            "stop": 932821698
        },
        {
            "start": 932821699,
            "stop": 932821741
        },
        {
            "start": 932821745,
            "stop": 932821837
        },
        {
            "start": 932821838,
            "stop": 932821848
        },
        {
            "start": 932821849,
            "stop": 932821937
        },
        {
            "start": 932821938,
            "stop": 932821979
        },
        {
            "start": 932821980,
            "stop": 932822006
        }
    ]
}