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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=32",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 33,
    "results": [
        {
            "start": 819371319,
            "stop": 819377829
        },
        {
            "start": 819378478,
            "stop": 819380145
        },
        {
            "start": 819380976,
            "stop": 819384811
        },
        {
            "start": 819384813,
            "stop": 819386152
        },
        {
            "start": 819386153,
            "stop": 819392310
        },
        {
            "start": 819397710,
            "stop": 819400710
        },
        {
            "start": 819402488,
            "stop": 819404714
        },
        {
            "start": 819405436,
            "stop": 819408420
        },
        {
            "start": 819408425,
            "stop": 819409170
        },
        {
            "start": 819409230,
            "stop": 819409238
        },
        {
            "start": 819410200,
            "stop": 819410253
        },
        {
            "start": 819411761,
            "stop": 819418800
        },
        {
            "start": 819419475,
            "stop": 819424050
        },
        {
            "start": 819424973,
            "stop": 819453390
        },
        {
            "start": 819453450,
            "stop": 819468371
        },
        {
            "start": 819468748,
            "stop": 819480690
        },
        {
            "start": 819480750,
            "stop": 819480761
        },
        {
            "start": 819486095,
            "stop": 819515372
        },
        {
            "start": 819515375,
            "stop": 819555934
        },
        {
            "start": 819557861,
            "stop": 819560094
        }
    ]
}