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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7684",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7682",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7683,
    "results": [
        {
            "start": 971045669,
            "stop": 971045714
        },
        {
            "start": 971045717,
            "stop": 971045722
        },
        {
            "start": 971045725,
            "stop": 971045758
        },
        {
            "start": 971045761,
            "stop": 971045783
        },
        {
            "start": 971045786,
            "stop": 971045814
        },
        {
            "start": 971045817,
            "stop": 971045900
        },
        {
            "start": 971045903,
            "stop": 971045911
        },
        {
            "start": 971045914,
            "stop": 971045967
        },
        {
            "start": 971045970,
            "stop": 971045975
        },
        {
            "start": 971045978,
            "stop": 971046035
        },
        {
            "start": 971046038,
            "stop": 971046053
        },
        {
            "start": 971046056,
            "stop": 971046060
        },
        {
            "start": 971046063,
            "stop": 971046115
        },
        {
            "start": 971046118,
            "stop": 971046121
        },
        {
            "start": 971046124,
            "stop": 971046233
        },
        {
            "start": 971046236,
            "stop": 971046284
        },
        {
            "start": 971046287,
            "stop": 971046315
        },
        {
            "start": 971046318,
            "stop": 971046324
        },
        {
            "start": 971046327,
            "stop": 971046340
        },
        {
            "start": 971046343,
            "stop": 971046482
        }
    ]
}