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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8087",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8085",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8086,
    "results": [
        {
            "start": 970543844,
            "stop": 970543862
        },
        {
            "start": 970543872,
            "stop": 970543876
        },
        {
            "start": 970543883,
            "stop": 970543908
        },
        {
            "start": 970543914,
            "stop": 970543916
        },
        {
            "start": 970543922,
            "stop": 970543923
        },
        {
            "start": 970543949,
            "stop": 970543953
        },
        {
            "start": 970543959,
            "stop": 970544009
        },
        {
            "start": 970554692,
            "stop": 970554695
        },
        {
            "start": 970554701,
            "stop": 970554702
        },
        {
            "start": 970554711,
            "stop": 970554712
        },
        {
            "start": 970554724,
            "stop": 970554728
        },
        {
            "start": 970554737,
            "stop": 970554871
        },
        {
            "start": 970554877,
            "stop": 970555616
        },
        {
            "start": 970555622,
            "stop": 970556379
        },
        {
            "start": 970556388,
            "stop": 970556390
        },
        {
            "start": 970556396,
            "stop": 970556404
        },
        {
            "start": 970556413,
            "stop": 970556453
        },
        {
            "start": 970556463,
            "stop": 970556504
        },
        {
            "start": 970556522,
            "stop": 970556529
        },
        {
            "start": 970556538,
            "stop": 970557276
        }
    ]
}