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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=165",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 166,
    "results": [
        {
            "start": 931465829,
            "stop": 931465853
        },
        {
            "start": 931465854,
            "stop": 931465939
        },
        {
            "start": 931465940,
            "stop": 931465952
        },
        {
            "start": 931465954,
            "stop": 931465959
        },
        {
            "start": 931465961,
            "stop": 931466021
        },
        {
            "start": 931466023,
            "stop": 931466072
        },
        {
            "start": 931466073,
            "stop": 931466080
        },
        {
            "start": 931466082,
            "stop": 931466112
        },
        {
            "start": 931466113,
            "stop": 931466161
        },
        {
            "start": 931466162,
            "stop": 931466189
        },
        {
            "start": 931466190,
            "stop": 931466210
        },
        {
            "start": 931466211,
            "stop": 931466212
        },
        {
            "start": 931466213,
            "stop": 931466241
        },
        {
            "start": 931466243,
            "stop": 931466288
        },
        {
            "start": 931466290,
            "stop": 931466315
        },
        {
            "start": 931466317,
            "stop": 931466382
        },
        {
            "start": 931466384,
            "stop": 931466437
        },
        {
            "start": 931466439,
            "stop": 931466454
        },
        {
            "start": 931466456,
            "stop": 931466464
        },
        {
            "start": 931466465,
            "stop": 931466467
        }
    ]
}