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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14414",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14412",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14413,
    "results": [
        {
            "start": 971449224,
            "stop": 971449225
        },
        {
            "start": 971449227,
            "stop": 971449231
        },
        {
            "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
        }
    ]
}