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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=68",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 69,
    "results": [
        {
            "start": 931402501,
            "stop": 931402524
        },
        {
            "start": 931402529,
            "stop": 931402569
        },
        {
            "start": 931402574,
            "stop": 931402584
        },
        {
            "start": 931402590,
            "stop": 931402594
        },
        {
            "start": 931402602,
            "stop": 931402617
        },
        {
            "start": 931402623,
            "stop": 931402647
        },
        {
            "start": 931402653,
            "stop": 931402691
        },
        {
            "start": 931402697,
            "stop": 931402710
        },
        {
            "start": 931402716,
            "stop": 931402722
        },
        {
            "start": 931402728,
            "stop": 931402778
        },
        {
            "start": 931402783,
            "stop": 931402823
        },
        {
            "start": 931402829,
            "stop": 931402833
        },
        {
            "start": 931402839,
            "stop": 931402892
        },
        {
            "start": 931402898,
            "stop": 931402909
        },
        {
            "start": 931402915,
            "stop": 931402947
        },
        {
            "start": 931402953,
            "stop": 931402999
        },
        {
            "start": 931403010,
            "stop": 931403029
        },
        {
            "start": 931403035,
            "stop": 931403036
        },
        {
            "start": 931403051,
            "stop": 931403077
        },
        {
            "start": 931403082,
            "stop": 931403091
        }
    ]
}