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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 18,
    "results": [
        {
            "start": 931137959,
            "stop": 931137960
        },
        {
            "start": 931137962,
            "stop": 931137963
        },
        {
            "start": 931137965,
            "stop": 931137966
        },
        {
            "start": 931137968,
            "stop": 931137972
        },
        {
            "start": 931137975,
            "stop": 931138029
        },
        {
            "start": 931138031,
            "stop": 931138060
        },
        {
            "start": 931138061,
            "stop": 931138065
        },
        {
            "start": 931138067,
            "stop": 931138079
        },
        {
            "start": 931138081,
            "stop": 931138091
        },
        {
            "start": 931138093,
            "stop": 931138094
        },
        {
            "start": 931138096,
            "stop": 931138097
        },
        {
            "start": 931138101,
            "stop": 931138103
        },
        {
            "start": 931138105,
            "stop": 931138120
        },
        {
            "start": 931138121,
            "stop": 931138198
        },
        {
            "start": 931138200,
            "stop": 931138259
        },
        {
            "start": 931138261,
            "stop": 931138273
        },
        {
            "start": 931138274,
            "stop": 931138296
        },
        {
            "start": 931138298,
            "stop": 931138304
        },
        {
            "start": 931138306,
            "stop": 931138319
        },
        {
            "start": 931138320,
            "stop": 931138334
        }
    ]
}