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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1973",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1974,
    "results": [
        {
            "start": 855415254,
            "stop": 855415844
        },
        {
            "start": 855416144,
            "stop": 855417066
        },
        {
            "start": 855417069,
            "stop": 855417075
        },
        {
            "start": 855417078,
            "stop": 855417625
        },
        {
            "start": 855459213,
            "stop": 855460700
        },
        {
            "start": 855461011,
            "stop": 855461310
        },
        {
            "start": 855461671,
            "stop": 855476962
        },
        {
            "start": 855477072,
            "stop": 855477925
        },
        {
            "start": 855478351,
            "stop": 855486918
        },
        {
            "start": 855487028,
            "stop": 855487353
        },
        {
            "start": 855488033,
            "stop": 855488439
        },
        {
            "start": 855488966,
            "stop": 855489638
        },
        {
            "start": 855489932,
            "stop": 855490106
        },
        {
            "start": 855490406,
            "stop": 855491160
        },
        {
            "start": 855491270,
            "stop": 855492342
        },
        {
            "start": 855493188,
            "stop": 855498022
        },
        {
            "start": 855499902,
            "stop": 855501668
        },
        {
            "start": 855501778,
            "stop": 855504098
        },
        {
            "start": 855504398,
            "stop": 855506459
        },
        {
            "start": 855506569,
            "stop": 855506670
        }
    ]
}