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=8138
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=8139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8137",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8138,
    "results": [
        {
            "start": 970918138,
            "stop": 970918156
        },
        {
            "start": 970918276,
            "stop": 970918711
        },
        {
            "start": 970918714,
            "stop": 970918717
        },
        {
            "start": 970918720,
            "stop": 970918801
        },
        {
            "start": 970918804,
            "stop": 970918805
        },
        {
            "start": 970918808,
            "stop": 970918845
        },
        {
            "start": 970918848,
            "stop": 970918931
        },
        {
            "start": 970918934,
            "stop": 970919072
        },
        {
            "start": 970919075,
            "stop": 970919101
        },
        {
            "start": 970919104,
            "stop": 970919165
        },
        {
            "start": 970919169,
            "stop": 970919299
        },
        {
            "start": 970919302,
            "stop": 970919510
        },
        {
            "start": 970919513,
            "stop": 970920074
        },
        {
            "start": 970920077,
            "stop": 970920668
        },
        {
            "start": 970920671,
            "stop": 970920758
        },
        {
            "start": 970920761,
            "stop": 970920773
        },
        {
            "start": 970920776,
            "stop": 970920798
        },
        {
            "start": 970920801,
            "stop": 970920885
        },
        {
            "start": 970920888,
            "stop": 970920955
        },
        {
            "start": 970920958,
            "stop": 970920965
        }
    ]
}