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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3833",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3834,
    "results": [
        {
            "start": 874959090,
            "stop": 874959115
        },
        {
            "start": 874959118,
            "stop": 874959120
        },
        {
            "start": 874959124,
            "stop": 874959143
        },
        {
            "start": 874959163,
            "stop": 874959170
        },
        {
            "start": 874959187,
            "stop": 874959188
        },
        {
            "start": 874959191,
            "stop": 874959288
        },
        {
            "start": 874959307,
            "stop": 874959720
        },
        {
            "start": 874960080,
            "stop": 874960140
        },
        {
            "start": 874960500,
            "stop": 874960560
        },
        {
            "start": 874960620,
            "stop": 874960680
        },
        {
            "start": 874963440,
            "stop": 874963560
        },
        {
            "start": 874963620,
            "stop": 874963800
        },
        {
            "start": 874963860,
            "stop": 874964280
        },
        {
            "start": 874964340,
            "stop": 874964760
        },
        {
            "start": 874964940,
            "stop": 874965120
        },
        {
            "start": 874965420,
            "stop": 874965480
        },
        {
            "start": 874965540,
            "stop": 874965541
        },
        {
            "start": 874965564,
            "stop": 874965865
        },
        {
            "start": 874965869,
            "stop": 874965874
        },
        {
            "start": 874965880,
            "stop": 874966020
        }
    ]
}