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_CAT4/segments?format=api&page=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=63",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 64,
    "results": [
        {
            "start": 817269660,
            "stop": 817269702
        },
        {
            "start": 817269705,
            "stop": 817269706
        },
        {
            "start": 817269710,
            "stop": 817269729
        },
        {
            "start": 817269732,
            "stop": 817269804
        },
        {
            "start": 817269807,
            "stop": 817269860
        },
        {
            "start": 817269863,
            "stop": 817270130
        },
        {
            "start": 817270133,
            "stop": 817271531
        },
        {
            "start": 817271534,
            "stop": 817271712
        },
        {
            "start": 817271832,
            "stop": 817271853
        },
        {
            "start": 817271856,
            "stop": 817272833
        },
        {
            "start": 817272953,
            "stop": 817273501
        },
        {
            "start": 817273504,
            "stop": 817273703
        },
        {
            "start": 817273706,
            "stop": 817273762
        },
        {
            "start": 817273766,
            "stop": 817274628
        },
        {
            "start": 817274632,
            "stop": 817274735
        },
        {
            "start": 817274752,
            "stop": 817274767
        },
        {
            "start": 817274770,
            "stop": 817274942
        },
        {
            "start": 817274945,
            "stop": 817275240
        },
        {
            "start": 817275300,
            "stop": 817275326
        },
        {
            "start": 817276762,
            "stop": 817278124
        }
    ]
}