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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=801",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 802,
    "results": [
        {
            "start": 873515934,
            "stop": 873515943
        },
        {
            "start": 873515949,
            "stop": 873515970
        },
        {
            "start": 873515974,
            "stop": 873515979
        },
        {
            "start": 873515983,
            "stop": 873515990
        },
        {
            "start": 873515994,
            "stop": 873516006
        },
        {
            "start": 873516010,
            "stop": 873516028
        },
        {
            "start": 873516032,
            "stop": 873516040
        },
        {
            "start": 873516047,
            "stop": 873516050
        },
        {
            "start": 873516055,
            "stop": 873516063
        },
        {
            "start": 873516069,
            "stop": 873516074
        },
        {
            "start": 873516078,
            "stop": 873516099
        },
        {
            "start": 873516103,
            "stop": 873516110
        },
        {
            "start": 873516114,
            "stop": 873516121
        },
        {
            "start": 873516125,
            "stop": 873516131
        },
        {
            "start": 873516136,
            "stop": 873516142
        },
        {
            "start": 873516146,
            "stop": 873516151
        },
        {
            "start": 873516156,
            "stop": 873516162
        },
        {
            "start": 873516166,
            "stop": 873516174
        },
        {
            "start": 873516178,
            "stop": 873516185
        },
        {
            "start": 873516189,
            "stop": 873516196
        }
    ]
}