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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=46",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 47,
    "results": [
        {
            "start": 821041083,
            "stop": 821041099
        },
        {
            "start": 821041112,
            "stop": 821041118
        },
        {
            "start": 821041122,
            "stop": 821041161
        },
        {
            "start": 821041164,
            "stop": 821041229
        },
        {
            "start": 821041234,
            "stop": 821041264
        },
        {
            "start": 821041268,
            "stop": 821041310
        },
        {
            "start": 821041324,
            "stop": 821041353
        },
        {
            "start": 821041400,
            "stop": 821041411
        },
        {
            "start": 821041443,
            "stop": 821041464
        },
        {
            "start": 821041483,
            "stop": 821041488
        },
        {
            "start": 821041492,
            "stop": 821041514
        },
        {
            "start": 821041526,
            "stop": 821041532
        },
        {
            "start": 821041536,
            "stop": 821041629
        },
        {
            "start": 821041637,
            "stop": 821041662
        },
        {
            "start": 821041667,
            "stop": 821041687
        },
        {
            "start": 821041691,
            "stop": 821041697
        },
        {
            "start": 821041705,
            "stop": 821041711
        },
        {
            "start": 821041724,
            "stop": 821041737
        },
        {
            "start": 821041746,
            "stop": 821041771
        },
        {
            "start": 821041775,
            "stop": 821041820
        }
    ]
}