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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=67",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 68,
    "results": [
        {
            "start": 942162482,
            "stop": 942168815
        },
        {
            "start": 942174782,
            "stop": 942174784
        },
        {
            "start": 942174807,
            "stop": 942174811
        },
        {
            "start": 942174839,
            "stop": 942174843
        },
        {
            "start": 942174846,
            "stop": 942174848
        },
        {
            "start": 942174853,
            "stop": 942174855
        },
        {
            "start": 942174858,
            "stop": 942174862
        },
        {
            "start": 942174907,
            "stop": 942174909
        },
        {
            "start": 942174914,
            "stop": 942174916
        },
        {
            "start": 942197140,
            "stop": 942201099
        },
        {
            "start": 942204139,
            "stop": 942208596
        },
        {
            "start": 942210317,
            "stop": 942214767
        },
        {
            "start": 942217947,
            "stop": 942218461
        },
        {
            "start": 942218613,
            "stop": 942254268
        },
        {
            "start": 942265831,
            "stop": 942268507
        },
        {
            "start": 942272234,
            "stop": 942273392
        },
        {
            "start": 942274856,
            "stop": 942276017
        },
        {
            "start": 942278336,
            "stop": 942284034
        },
        {
            "start": 942285140,
            "stop": 942298970
        },
        {
            "start": 942303214,
            "stop": 942316756
        }
    ]
}