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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=305",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 306,
    "results": [
        {
            "start": 969042087,
            "stop": 969042132
        },
        {
            "start": 969042135,
            "stop": 969042148
        },
        {
            "start": 969042151,
            "stop": 969042152
        },
        {
            "start": 969042162,
            "stop": 969042169
        },
        {
            "start": 969042171,
            "stop": 969042177
        },
        {
            "start": 969042181,
            "stop": 969042193
        },
        {
            "start": 969042196,
            "stop": 969042652
        },
        {
            "start": 969042669,
            "stop": 969042812
        },
        {
            "start": 969044519,
            "stop": 969044733
        },
        {
            "start": 969044740,
            "stop": 969045460
        },
        {
            "start": 969045463,
            "stop": 969045625
        },
        {
            "start": 969045627,
            "stop": 969045855
        },
        {
            "start": 969045860,
            "stop": 969046037
        },
        {
            "start": 969046041,
            "stop": 969047271
        },
        {
            "start": 969047277,
            "stop": 969047301
        },
        {
            "start": 969047305,
            "stop": 969047310
        },
        {
            "start": 969047318,
            "stop": 969047320
        },
        {
            "start": 969047323,
            "stop": 969047324
        },
        {
            "start": 969047337,
            "stop": 969047625
        },
        {
            "start": 969047629,
            "stop": 969047687
        }
    ]
}