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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=399",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 400,
    "results": [
        {
            "start": 863831476,
            "stop": 863831481
        },
        {
            "start": 863845685,
            "stop": 863879428
        },
        {
            "start": 863880414,
            "stop": 863881244
        },
        {
            "start": 863899234,
            "stop": 863931136
        },
        {
            "start": 863931415,
            "stop": 863979266
        },
        {
            "start": 863980125,
            "stop": 863982926
        },
        {
            "start": 863983982,
            "stop": 863984348
        },
        {
            "start": 863985229,
            "stop": 863991262
        },
        {
            "start": 863991275,
            "stop": 863992429
        },
        {
            "start": 863992433,
            "stop": 863992489
        },
        {
            "start": 863992492,
            "stop": 863992507
        },
        {
            "start": 863992516,
            "stop": 863992735
        },
        {
            "start": 863992749,
            "stop": 863996362
        },
        {
            "start": 863996366,
            "stop": 864058967
        },
        {
            "start": 864059885,
            "stop": 864062667
        },
        {
            "start": 864062833,
            "stop": 864069304
        },
        {
            "start": 864070379,
            "stop": 864148373
        },
        {
            "start": 864148929,
            "stop": 864149886
        },
        {
            "start": 864150015,
            "stop": 864151204
        },
        {
            "start": 864151408,
            "stop": 864158806
        }
    ]
}