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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=26",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 27,
    "results": [
        {
            "start": 931164731,
            "stop": 931164742
        },
        {
            "start": 931164760,
            "stop": 931164789
        },
        {
            "start": 931164806,
            "stop": 931164823
        },
        {
            "start": 931164881,
            "stop": 931164937
        },
        {
            "start": 931164955,
            "stop": 931164963
        },
        {
            "start": 931164980,
            "stop": 931164983
        },
        {
            "start": 931165005,
            "stop": 931165058
        },
        {
            "start": 931165075,
            "stop": 931165102
        },
        {
            "start": 931165104,
            "stop": 931165203
        },
        {
            "start": 931165582,
            "stop": 931165591
        },
        {
            "start": 931165609,
            "stop": 931165648
        },
        {
            "start": 931165665,
            "stop": 931165669
        },
        {
            "start": 931165686,
            "stop": 931165700
        },
        {
            "start": 931165718,
            "stop": 931165834
        },
        {
            "start": 931165852,
            "stop": 931166086
        },
        {
            "start": 931166103,
            "stop": 931166163
        },
        {
            "start": 931166182,
            "stop": 931166344
        },
        {
            "start": 931166386,
            "stop": 931166396
        },
        {
            "start": 931166422,
            "stop": 931166520
        },
        {
            "start": 931166537,
            "stop": 931166611
        }
    ]
}