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=556
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=557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=555",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 556,
    "results": [
        {
            "start": 827250619,
            "stop": 827250622
        },
        {
            "start": 827250639,
            "stop": 827250687
        },
        {
            "start": 827250691,
            "stop": 827250709
        },
        {
            "start": 827251009,
            "stop": 827251045
        },
        {
            "start": 827251386,
            "stop": 827251748
        },
        {
            "start": 827251751,
            "stop": 827254561
        },
        {
            "start": 827254564,
            "stop": 827254634
        },
        {
            "start": 827254637,
            "stop": 827254860
        },
        {
            "start": 827254926,
            "stop": 827255411
        },
        {
            "start": 827255414,
            "stop": 827255692
        },
        {
            "start": 827255802,
            "stop": 827255848
        },
        {
            "start": 827255852,
            "stop": 827255862
        },
        {
            "start": 827256162,
            "stop": 827258115
        },
        {
            "start": 827258118,
            "stop": 827258393
        },
        {
            "start": 827258396,
            "stop": 827258413
        },
        {
            "start": 827258416,
            "stop": 827258604
        },
        {
            "start": 827258607,
            "stop": 827258769
        },
        {
            "start": 827258786,
            "stop": 827258967
        },
        {
            "start": 827258984,
            "stop": 827259060
        },
        {
            "start": 827259120,
            "stop": 827260213
        }
    ]
}