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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=76",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 77,
    "results": [
        {
            "start": 931464414,
            "stop": 931464497
        },
        {
            "start": 931464516,
            "stop": 931464561
        },
        {
            "start": 931464579,
            "stop": 931464672
        },
        {
            "start": 931464707,
            "stop": 931464757
        },
        {
            "start": 931464775,
            "stop": 931464814
        },
        {
            "start": 931464849,
            "stop": 931464856
        },
        {
            "start": 931464874,
            "stop": 931464879
        },
        {
            "start": 931464881,
            "stop": 931464890
        },
        {
            "start": 931464908,
            "stop": 931464936
        },
        {
            "start": 931464953,
            "stop": 931465044
        },
        {
            "start": 931465046,
            "stop": 931465085
        },
        {
            "start": 931465110,
            "stop": 931465141
        },
        {
            "start": 931465158,
            "stop": 931465191
        },
        {
            "start": 931465209,
            "stop": 931465248
        },
        {
            "start": 931465334,
            "stop": 931465336
        },
        {
            "start": 931465369,
            "stop": 931465387
        },
        {
            "start": 931465440,
            "stop": 931465441
        },
        {
            "start": 931465488,
            "stop": 931465600
        },
        {
            "start": 931465629,
            "stop": 931465641
        },
        {
            "start": 931465665,
            "stop": 931465717
        }
    ]
}