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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4929",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4930,
    "results": [
        {
            "start": 875212080,
            "stop": 875212113
        },
        {
            "start": 875212132,
            "stop": 875212154
        },
        {
            "start": 875212185,
            "stop": 875212198
        },
        {
            "start": 875212217,
            "stop": 875212253
        },
        {
            "start": 875212272,
            "stop": 875212464
        },
        {
            "start": 875212492,
            "stop": 875212560
        },
        {
            "start": 875212580,
            "stop": 875212585
        },
        {
            "start": 875212604,
            "stop": 875212605
        },
        {
            "start": 875212624,
            "stop": 875212637
        },
        {
            "start": 875212779,
            "stop": 875212795
        },
        {
            "start": 875212823,
            "stop": 875212867
        },
        {
            "start": 875212886,
            "stop": 875212927
        },
        {
            "start": 875212946,
            "stop": 875212972
        },
        {
            "start": 875213022,
            "stop": 875213071
        },
        {
            "start": 875213116,
            "stop": 875213128
        },
        {
            "start": 875213147,
            "stop": 875213181
        },
        {
            "start": 875213210,
            "stop": 875213221
        },
        {
            "start": 875213259,
            "stop": 875213269
        },
        {
            "start": 875213392,
            "stop": 875213394
        },
        {
            "start": 875213413,
            "stop": 875213451
        }
    ]
}