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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=34",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 35,
    "results": [
        {
            "start": 931244406,
            "stop": 931244467
        },
        {
            "start": 931244473,
            "stop": 931245137
        },
        {
            "start": 931245143,
            "stop": 931245464
        },
        {
            "start": 931250547,
            "stop": 931251385
        },
        {
            "start": 931251388,
            "stop": 931251446
        },
        {
            "start": 931251448,
            "stop": 931251461
        },
        {
            "start": 931251463,
            "stop": 931251491
        },
        {
            "start": 931251493,
            "stop": 931251505
        },
        {
            "start": 931251508,
            "stop": 931251520
        },
        {
            "start": 931251523,
            "stop": 931252538
        },
        {
            "start": 931257335,
            "stop": 931259547
        },
        {
            "start": 931259552,
            "stop": 931259714
        },
        {
            "start": 931259720,
            "stop": 931260127
        },
        {
            "start": 931260132,
            "stop": 931260227
        },
        {
            "start": 931260233,
            "stop": 931260266
        },
        {
            "start": 931260272,
            "stop": 931260332
        },
        {
            "start": 931260337,
            "stop": 931260598
        },
        {
            "start": 931261911,
            "stop": 931261917
        },
        {
            "start": 931262072,
            "stop": 931262075
        },
        {
            "start": 931262104,
            "stop": 931262124
        }
    ]
}