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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 93,
    "results": [
        {
            "start": 931390388,
            "stop": 931390424
        },
        {
            "start": 931390426,
            "stop": 931390774
        },
        {
            "start": 931390776,
            "stop": 931390891
        },
        {
            "start": 931390893,
            "stop": 931391873
        },
        {
            "start": 931391875,
            "stop": 931392182
        },
        {
            "start": 931392184,
            "stop": 931392187
        },
        {
            "start": 931392189,
            "stop": 931392833
        },
        {
            "start": 931392834,
            "stop": 931392925
        },
        {
            "start": 931392926,
            "stop": 931393129
        },
        {
            "start": 931393131,
            "stop": 931393143
        },
        {
            "start": 931393145,
            "stop": 931393148
        },
        {
            "start": 931393150,
            "stop": 931393274
        },
        {
            "start": 931393276,
            "stop": 931393297
        },
        {
            "start": 931393299,
            "stop": 931393319
        },
        {
            "start": 931393321,
            "stop": 931393351
        },
        {
            "start": 931393352,
            "stop": 931393441
        },
        {
            "start": 931393443,
            "stop": 931393454
        },
        {
            "start": 931393456,
            "stop": 931393567
        },
        {
            "start": 931393569,
            "stop": 931393588
        },
        {
            "start": 931393590,
            "stop": 931393670
        }
    ]
}