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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14909",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14907",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14908,
    "results": [
        {
            "start": 971454564,
            "stop": 971454593
        },
        {
            "start": 971454594,
            "stop": 971454604
        },
        {
            "start": 971454609,
            "stop": 971454615
        },
        {
            "start": 971454619,
            "stop": 971454630
        },
        {
            "start": 971454633,
            "stop": 971454759
        },
        {
            "start": 971454762,
            "stop": 971454805
        },
        {
            "start": 971454806,
            "stop": 971454831
        },
        {
            "start": 971454832,
            "stop": 971454842
        },
        {
            "start": 971454843,
            "stop": 971455027
        },
        {
            "start": 971455030,
            "stop": 971455079
        },
        {
            "start": 971455082,
            "stop": 971455137
        },
        {
            "start": 971455139,
            "stop": 971455157
        },
        {
            "start": 971455160,
            "stop": 971455187
        },
        {
            "start": 971455189,
            "stop": 971455209
        },
        {
            "start": 971455211,
            "stop": 971455233
        },
        {
            "start": 971455237,
            "stop": 971455241
        },
        {
            "start": 971455242,
            "stop": 971455244
        },
        {
            "start": 971455246,
            "stop": 971455351
        },
        {
            "start": 971455353,
            "stop": 971455380
        },
        {
            "start": 971455381,
            "stop": 971455385
        }
    ]
}