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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=500",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 501,
    "results": [
        {
            "start": 823103369,
            "stop": 823103406
        },
        {
            "start": 823103411,
            "stop": 823103738
        },
        {
            "start": 823103743,
            "stop": 823103902
        },
        {
            "start": 823103907,
            "stop": 823103934
        },
        {
            "start": 823103939,
            "stop": 823103952
        },
        {
            "start": 823103957,
            "stop": 823104076
        },
        {
            "start": 823104081,
            "stop": 823104196
        },
        {
            "start": 823104201,
            "stop": 823104288
        },
        {
            "start": 823104293,
            "stop": 823104317
        },
        {
            "start": 823104324,
            "stop": 823104389
        },
        {
            "start": 823104395,
            "stop": 823104576
        },
        {
            "start": 823160952,
            "stop": 823161114
        },
        {
            "start": 823161121,
            "stop": 823161158
        },
        {
            "start": 823161164,
            "stop": 823161590
        },
        {
            "start": 823161597,
            "stop": 823161940
        },
        {
            "start": 823195297,
            "stop": 823200125
        },
        {
            "start": 823200132,
            "stop": 823200133
        },
        {
            "start": 823214186,
            "stop": 823223135
        },
        {
            "start": 823223148,
            "stop": 823223154
        },
        {
            "start": 823223162,
            "stop": 823223163
        }
    ]
}