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=8144
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=8145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8143",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8144,
    "results": [
        {
            "start": 970930538,
            "stop": 970930560
        },
        {
            "start": 970930563,
            "stop": 970930574
        },
        {
            "start": 970930577,
            "stop": 970930590
        },
        {
            "start": 970930593,
            "stop": 970930753
        },
        {
            "start": 970930756,
            "stop": 970930784
        },
        {
            "start": 970930787,
            "stop": 970930811
        },
        {
            "start": 970930814,
            "stop": 970930815
        },
        {
            "start": 970958958,
            "stop": 970959082
        },
        {
            "start": 970959085,
            "stop": 970959102
        },
        {
            "start": 970959133,
            "stop": 970959788
        },
        {
            "start": 970959791,
            "stop": 970959876
        },
        {
            "start": 970959887,
            "stop": 970960466
        },
        {
            "start": 970960469,
            "stop": 970960640
        },
        {
            "start": 970960643,
            "stop": 970961495
        },
        {
            "start": 970961498,
            "stop": 970961713
        },
        {
            "start": 970961716,
            "stop": 970961844
        },
        {
            "start": 970961847,
            "stop": 970962756
        },
        {
            "start": 970962759,
            "stop": 970962939
        },
        {
            "start": 970962945,
            "stop": 970962951
        },
        {
            "start": 970962968,
            "stop": 970963099
        }
    ]
}