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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33314",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33315,
    "results": [
        {
            "start": 971012304,
            "stop": 971012305
        },
        {
            "start": 971012306,
            "stop": 971012308
        },
        {
            "start": 971012309,
            "stop": 971012324
        },
        {
            "start": 971012326,
            "stop": 971012336
        },
        {
            "start": 971012340,
            "stop": 971012341
        },
        {
            "start": 971012347,
            "stop": 971012349
        },
        {
            "start": 971012352,
            "stop": 971012359
        },
        {
            "start": 971012363,
            "stop": 971012365
        },
        {
            "start": 971012366,
            "stop": 971012367
        },
        {
            "start": 971012370,
            "stop": 971012391
        },
        {
            "start": 971012392,
            "stop": 971012393
        },
        {
            "start": 971012394,
            "stop": 971012398
        },
        {
            "start": 971012399,
            "stop": 971012403
        },
        {
            "start": 971012406,
            "stop": 971012407
        },
        {
            "start": 971012408,
            "stop": 971012425
        },
        {
            "start": 971012426,
            "stop": 971012428
        },
        {
            "start": 971012434,
            "stop": 971012463
        },
        {
            "start": 971012466,
            "stop": 971012474
        },
        {
            "start": 971012477,
            "stop": 971012481
        },
        {
            "start": 971012482,
            "stop": 971012495
        }
    ]
}