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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=47",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 48,
    "results": [
        {
            "start": 931369140,
            "stop": 931369290
        },
        {
            "start": 931369307,
            "stop": 931369336
        },
        {
            "start": 931369354,
            "stop": 931369394
        },
        {
            "start": 931369527,
            "stop": 931369555
        },
        {
            "start": 931369590,
            "stop": 931369666
        },
        {
            "start": 931369730,
            "stop": 931369871
        },
        {
            "start": 931369960,
            "stop": 931370182
        },
        {
            "start": 931370302,
            "stop": 931370303
        },
        {
            "start": 931370321,
            "stop": 931370330
        },
        {
            "start": 931370390,
            "stop": 931370415
        },
        {
            "start": 931370775,
            "stop": 931370835
        },
        {
            "start": 931370853,
            "stop": 931370907
        },
        {
            "start": 931370938,
            "stop": 931371039
        },
        {
            "start": 931371056,
            "stop": 931371093
        },
        {
            "start": 931371111,
            "stop": 931371175
        },
        {
            "start": 931371193,
            "stop": 931371215
        },
        {
            "start": 931371287,
            "stop": 931371296
        },
        {
            "start": 931371347,
            "stop": 931371357
        },
        {
            "start": 931371376,
            "stop": 931371387
        },
        {
            "start": 931371499,
            "stop": 931371503
        }
    ]
}