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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=93",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 94,
    "results": [
        {
            "start": 817964126,
            "stop": 817964394
        },
        {
            "start": 817964411,
            "stop": 817967246
        },
        {
            "start": 817967366,
            "stop": 817970173
        },
        {
            "start": 817970190,
            "stop": 817970887
        },
        {
            "start": 817970904,
            "stop": 817971283
        },
        {
            "start": 817971300,
            "stop": 817972054
        },
        {
            "start": 817972071,
            "stop": 817976162
        },
        {
            "start": 817976179,
            "stop": 817976202
        },
        {
            "start": 817976322,
            "stop": 817977583
        },
        {
            "start": 817977600,
            "stop": 817978562
        },
        {
            "start": 817978581,
            "stop": 817979229
        },
        {
            "start": 817979246,
            "stop": 817982212
        },
        {
            "start": 817982229,
            "stop": 817983070
        },
        {
            "start": 817983087,
            "stop": 817985214
        },
        {
            "start": 817985231,
            "stop": 817985460
        },
        {
            "start": 817985640,
            "stop": 817985804
        },
        {
            "start": 817985821,
            "stop": 817988767
        },
        {
            "start": 817988784,
            "stop": 817989358
        },
        {
            "start": 817989375,
            "stop": 817993620
        },
        {
            "start": 817993740,
            "stop": 817995660
        }
    ]
}