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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=22",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 23,
    "results": [
        {
            "start": 938231454,
            "stop": 938237833
        },
        {
            "start": 938238057,
            "stop": 938252796
        },
        {
            "start": 938254947,
            "stop": 938259067
        },
        {
            "start": 938267235,
            "stop": 938273143
        },
        {
            "start": 938320179,
            "stop": 938325448
        },
        {
            "start": 938335283,
            "stop": 938335294
        },
        {
            "start": 938337457,
            "stop": 938337471
        },
        {
            "start": 938353157,
            "stop": 938363860
        },
        {
            "start": 938365976,
            "stop": 938373285
        },
        {
            "start": 938416945,
            "stop": 938421758
        },
        {
            "start": 938425329,
            "stop": 938426666
        },
        {
            "start": 938430855,
            "stop": 938432685
        },
        {
            "start": 938432710,
            "stop": 938439805
        },
        {
            "start": 938443267,
            "stop": 938448349
        },
        {
            "start": 938451380,
            "stop": 938452223
        },
        {
            "start": 938501272,
            "stop": 938503864
        },
        {
            "start": 938533176,
            "stop": 938534426
        },
        {
            "start": 938537469,
            "stop": 938541710
        },
        {
            "start": 938597964,
            "stop": 938610736
        },
        {
            "start": 938620069,
            "stop": 938623923
        }
    ]
}