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=2111
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=2112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2110",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2111,
    "results": [
        {
            "start": 865684433,
            "stop": 865695242
        },
        {
            "start": 865720229,
            "stop": 865720550
        },
        {
            "start": 865720953,
            "stop": 865721097
        },
        {
            "start": 865721565,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743270
        },
        {
            "start": 865744591,
            "stop": 865744644
        },
        {
            "start": 865745061,
            "stop": 865745299
        },
        {
            "start": 865745409,
            "stop": 865746298
        },
        {
            "start": 865746598,
            "stop": 865777642
        },
        {
            "start": 865777649,
            "stop": 865780910
        },
        {
            "start": 865780920,
            "stop": 865780923
        },
        {
            "start": 865780925,
            "stop": 865780937
        },
        {
            "start": 865780950,
            "stop": 865781002
        },
        {
            "start": 865781010,
            "stop": 865783320
        },
        {
            "start": 865783380,
            "stop": 865785154
        },
        {
            "start": 865785240,
            "stop": 865788710
        },
        {
            "start": 865788715,
            "stop": 865789630
        },
        {
            "start": 865789635,
            "stop": 865789845
        },
        {
            "start": 865789850,
            "stop": 865789860
        },
        {
            "start": 865789920,
            "stop": 865793122
        }
    ]
}