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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=94",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 95,
    "results": [
        {
            "start": 931395287,
            "stop": 931395306
        },
        {
            "start": 931395308,
            "stop": 931395344
        },
        {
            "start": 931395346,
            "stop": 931395356
        },
        {
            "start": 931395358,
            "stop": 931395367
        },
        {
            "start": 931395368,
            "stop": 931395394
        },
        {
            "start": 931395396,
            "stop": 931395505
        },
        {
            "start": 931395507,
            "stop": 931395599
        },
        {
            "start": 931395600,
            "stop": 931395699
        },
        {
            "start": 931395703,
            "stop": 931395709
        },
        {
            "start": 931395711,
            "stop": 931395930
        },
        {
            "start": 931395932,
            "stop": 931395943
        },
        {
            "start": 931395944,
            "stop": 931396019
        },
        {
            "start": 931396021,
            "stop": 931396113
        },
        {
            "start": 931396115,
            "stop": 931396135
        },
        {
            "start": 931396137,
            "stop": 931396141
        },
        {
            "start": 931396143,
            "stop": 931396153
        },
        {
            "start": 931396155,
            "stop": 931396156
        },
        {
            "start": 931396157,
            "stop": 931396298
        },
        {
            "start": 931396300,
            "stop": 931396315
        },
        {
            "start": 931396317,
            "stop": 931396348
        }
    ]
}