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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=19",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 20,
    "results": [
        {
            "start": 819313797,
            "stop": 819316040
        },
        {
            "start": 819316143,
            "stop": 819317115
        },
        {
            "start": 819323264,
            "stop": 819324677
        },
        {
            "start": 819324863,
            "stop": 819325388
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358313
        },
        {
            "start": 819358366,
            "stop": 819362043
        },
        {
            "start": 819362242,
            "stop": 819362643
        },
        {
            "start": 819364026,
            "stop": 819370164
        },
        {
            "start": 819371319,
            "stop": 819377832
        },
        {
            "start": 819378478,
            "stop": 819380145
        },
        {
            "start": 819380976,
            "stop": 819392376
        },
        {
            "start": 819397710,
            "stop": 819400758
        },
        {
            "start": 819402488,
            "stop": 819404714
        },
        {
            "start": 819405436,
            "stop": 819409238
        },
        {
            "start": 819410200,
            "stop": 819410253
        },
        {
            "start": 819411761,
            "stop": 819418800
        },
        {
            "start": 819419475,
            "stop": 819424102
        }
    ]
}