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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=11",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 12,
    "results": [
        {
            "start": 931138125,
            "stop": 931138198
        },
        {
            "start": 931138204,
            "stop": 931138259
        },
        {
            "start": 931138265,
            "stop": 931138273
        },
        {
            "start": 931138278,
            "stop": 931138296
        },
        {
            "start": 931138302,
            "stop": 931138304
        },
        {
            "start": 931138310,
            "stop": 931138319
        },
        {
            "start": 931138324,
            "stop": 931138334
        },
        {
            "start": 931138339,
            "stop": 931138397
        },
        {
            "start": 931138403,
            "stop": 931138433
        },
        {
            "start": 931138460,
            "stop": 931138462
        },
        {
            "start": 931138467,
            "stop": 931138480
        },
        {
            "start": 931138491,
            "stop": 931138501
        },
        {
            "start": 931138507,
            "stop": 931138515
        },
        {
            "start": 931138524,
            "stop": 931138532
        },
        {
            "start": 931138543,
            "stop": 931138552
        },
        {
            "start": 931138604,
            "stop": 931138644
        },
        {
            "start": 931138650,
            "stop": 931138681
        },
        {
            "start": 931138699,
            "stop": 931138724
        },
        {
            "start": 931138739,
            "stop": 931138752
        },
        {
            "start": 931138758,
            "stop": 931138772
        }
    ]
}