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=14897
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=14898",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14896",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14897,
    "results": [
        {
            "start": 971449234,
            "stop": 971449235
        },
        {
            "start": 971449236,
            "stop": 971449237
        },
        {
            "start": 971449238,
            "stop": 971449239
        },
        {
            "start": 971449240,
            "stop": 971449263
        },
        {
            "start": 971449264,
            "stop": 971449302
        },
        {
            "start": 971449305,
            "stop": 971449317
        },
        {
            "start": 971449320,
            "stop": 971449371
        },
        {
            "start": 971449374,
            "stop": 971449399
        },
        {
            "start": 971449402,
            "stop": 971449522
        },
        {
            "start": 971449523,
            "stop": 971449573
        },
        {
            "start": 971449576,
            "stop": 971449681
        },
        {
            "start": 971449684,
            "stop": 971449705
        },
        {
            "start": 971449708,
            "stop": 971449712
        },
        {
            "start": 971449715,
            "stop": 971449724
        },
        {
            "start": 971449727,
            "stop": 971449819
        },
        {
            "start": 971449820,
            "stop": 971449821
        },
        {
            "start": 971449824,
            "stop": 971449842
        },
        {
            "start": 971449845,
            "stop": 971449855
        },
        {
            "start": 971449858,
            "stop": 971449867
        },
        {
            "start": 971449869,
            "stop": 971449881
        }
    ]
}