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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=366",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 367,
    "results": [
        {
            "start": 823167971,
            "stop": 823168309
        },
        {
            "start": 823168312,
            "stop": 823168364
        },
        {
            "start": 823168367,
            "stop": 823168503
        },
        {
            "start": 823168506,
            "stop": 823168608
        },
        {
            "start": 823168611,
            "stop": 823168628
        },
        {
            "start": 823168631,
            "stop": 823168665
        },
        {
            "start": 823168668,
            "stop": 823168775
        },
        {
            "start": 823168778,
            "stop": 823169128
        },
        {
            "start": 823169131,
            "stop": 823169216
        },
        {
            "start": 823169219,
            "stop": 823169309
        },
        {
            "start": 823169312,
            "stop": 823169316
        },
        {
            "start": 823169319,
            "stop": 823169371
        },
        {
            "start": 823169374,
            "stop": 823169418
        },
        {
            "start": 823169421,
            "stop": 823169425
        },
        {
            "start": 823169428,
            "stop": 823169443
        },
        {
            "start": 823169446,
            "stop": 823169503
        },
        {
            "start": 823169506,
            "stop": 823169767
        },
        {
            "start": 823169771,
            "stop": 823169789
        },
        {
            "start": 823169792,
            "stop": 823169838
        },
        {
            "start": 823169841,
            "stop": 823169863
        }
    ]
}