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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=25",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 26,
    "results": [
        {
            "start": 815673948,
            "stop": 815678317
        },
        {
            "start": 815678318,
            "stop": 815680903
        },
        {
            "start": 815681084,
            "stop": 815681658
        },
        {
            "start": 815681665,
            "stop": 815681880
        },
        {
            "start": 815681887,
            "stop": 815681899
        },
        {
            "start": 815681907,
            "stop": 815682411
        },
        {
            "start": 815683820,
            "stop": 815685155
        },
        {
            "start": 815685167,
            "stop": 815686286
        },
        {
            "start": 815686293,
            "stop": 815686813
        },
        {
            "start": 815689734,
            "stop": 815691303
        },
        {
            "start": 815691310,
            "stop": 815691861
        },
        {
            "start": 815691868,
            "stop": 815692264
        },
        {
            "start": 815692761,
            "stop": 815692903
        },
        {
            "start": 815692910,
            "stop": 815693400
        },
        {
            "start": 815693407,
            "stop": 815693667
        },
        {
            "start": 815693674,
            "stop": 815694368
        },
        {
            "start": 815694375,
            "stop": 815695309
        },
        {
            "start": 815695316,
            "stop": 815695519
        },
        {
            "start": 815695526,
            "stop": 815696265
        },
        {
            "start": 815696272,
            "stop": 815696343
        }
    ]
}