Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=64",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 65,
    "results": [
        {
            "start": 817961895,
            "stop": 817962536
        },
        {
            "start": 817962553,
            "stop": 817964109
        },
        {
            "start": 817964126,
            "stop": 817964394
        },
        {
            "start": 817964411,
            "stop": 817970173
        },
        {
            "start": 817970190,
            "stop": 817970887
        },
        {
            "start": 817970904,
            "stop": 817971283
        },
        {
            "start": 817971300,
            "stop": 817972054
        },
        {
            "start": 817972071,
            "stop": 817976162
        },
        {
            "start": 817976179,
            "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": 817985804
        },
        {
            "start": 817985821,
            "stop": 817988767
        },
        {
            "start": 817988784,
            "stop": 817989358
        },
        {
            "start": 817989375,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        }
    ]
}