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=5159
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=5160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5158",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5159,
    "results": [
        {
            "start": 874734047,
            "stop": 874734053
        },
        {
            "start": 874734061,
            "stop": 874734093
        },
        {
            "start": 874734105,
            "stop": 874734132
        },
        {
            "start": 874734139,
            "stop": 874734143
        },
        {
            "start": 874734150,
            "stop": 874734312
        },
        {
            "start": 874734319,
            "stop": 874734364
        },
        {
            "start": 874734371,
            "stop": 874734474
        },
        {
            "start": 874734481,
            "stop": 874734506
        },
        {
            "start": 874734513,
            "stop": 874734840
        },
        {
            "start": 874734847,
            "stop": 874734958
        },
        {
            "start": 874734965,
            "stop": 874735056
        },
        {
            "start": 874735063,
            "stop": 874735078
        },
        {
            "start": 874735088,
            "stop": 874735274
        },
        {
            "start": 874735281,
            "stop": 874735345
        },
        {
            "start": 874735352,
            "stop": 874735613
        },
        {
            "start": 874735625,
            "stop": 874735857
        },
        {
            "start": 874735865,
            "stop": 874735929
        },
        {
            "start": 874735936,
            "stop": 874735967
        },
        {
            "start": 874735975,
            "stop": 874735996
        },
        {
            "start": 874736005,
            "stop": 874736072
        }
    ]
}