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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=326",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 327,
    "results": [
        {
            "start": 864306878,
            "stop": 864314440
        },
        {
            "start": 864315372,
            "stop": 864325487
        },
        {
            "start": 864326860,
            "stop": 864328162
        },
        {
            "start": 864328993,
            "stop": 864337223
        },
        {
            "start": 864337232,
            "stop": 864339177
        },
        {
            "start": 864339832,
            "stop": 864340104
        },
        {
            "start": 864355552,
            "stop": 864361594
        },
        {
            "start": 864361598,
            "stop": 864404708
        },
        {
            "start": 864404713,
            "stop": 864404782
        },
        {
            "start": 864404787,
            "stop": 864405572
        },
        {
            "start": 864405576,
            "stop": 864405592
        },
        {
            "start": 864405596,
            "stop": 864405876
        },
        {
            "start": 864405886,
            "stop": 864405949
        },
        {
            "start": 864405954,
            "stop": 864405959
        },
        {
            "start": 864405964,
            "stop": 864405973
        },
        {
            "start": 864405977,
            "stop": 864406036
        },
        {
            "start": 864406041,
            "stop": 864406257
        },
        {
            "start": 864406261,
            "stop": 864406373
        },
        {
            "start": 864406378,
            "stop": 864406388
        },
        {
            "start": 864406393,
            "stop": 864406408
        }
    ]
}