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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=24",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 25,
    "results": [
        {
            "start": 820932213,
            "stop": 820933456
        },
        {
            "start": 820965747,
            "stop": 820965960
        },
        {
            "start": 820970268,
            "stop": 821000877
        },
        {
            "start": 821001966,
            "stop": 821008429
        },
        {
            "start": 821009056,
            "stop": 821009862
        },
        {
            "start": 821012455,
            "stop": 821019831
        },
        {
            "start": 821022271,
            "stop": 821022836
        },
        {
            "start": 821022953,
            "stop": 821023205
        },
        {
            "start": 821023979,
            "stop": 821024493
        },
        {
            "start": 821038610,
            "stop": 821039132
        },
        {
            "start": 821045193,
            "stop": 821045220
        },
        {
            "start": 821046394,
            "stop": 821050517
        },
        {
            "start": 821051514,
            "stop": 821053143
        },
        {
            "start": 821056194,
            "stop": 821066894
        },
        {
            "start": 821066998,
            "stop": 821089528
        },
        {
            "start": 821090536,
            "stop": 821106424
        },
        {
            "start": 821107284,
            "stop": 821109152
        },
        {
            "start": 821109622,
            "stop": 821109796
        },
        {
            "start": 821109904,
            "stop": 821110857
        },
        {
            "start": 821111588,
            "stop": 821112306
        }
    ]
}