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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5034",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5035,
    "results": [
        {
            "start": 874563112,
            "stop": 874563121
        },
        {
            "start": 874563161,
            "stop": 874563180
        },
        {
            "start": 874563243,
            "stop": 874563271
        },
        {
            "start": 874563290,
            "stop": 874563355
        },
        {
            "start": 874563376,
            "stop": 874563380
        },
        {
            "start": 874563399,
            "stop": 874563401
        },
        {
            "start": 874563540,
            "stop": 874563565
        },
        {
            "start": 874563591,
            "stop": 874563597
        },
        {
            "start": 874563780,
            "stop": 874563802
        },
        {
            "start": 874563821,
            "stop": 874563842
        },
        {
            "start": 874563889,
            "stop": 874564029
        },
        {
            "start": 874564051,
            "stop": 874564064
        },
        {
            "start": 874564083,
            "stop": 874564117
        },
        {
            "start": 874564136,
            "stop": 874564169
        },
        {
            "start": 874564210,
            "stop": 874564214
        },
        {
            "start": 874564234,
            "stop": 874564306
        },
        {
            "start": 874564344,
            "stop": 874564364
        },
        {
            "start": 874564466,
            "stop": 874564499
        },
        {
            "start": 874564546,
            "stop": 874564661
        },
        {
            "start": 874564808,
            "stop": 874564837
        }
    ]
}