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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=288",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 289,
    "results": [
        {
            "start": 857861192,
            "stop": 857862288
        },
        {
            "start": 857864602,
            "stop": 857898506
        },
        {
            "start": 857901167,
            "stop": 857929297
        },
        {
            "start": 857932255,
            "stop": 857932483
        },
        {
            "start": 857934618,
            "stop": 857940914
        },
        {
            "start": 857946173,
            "stop": 857946437
        },
        {
            "start": 857948674,
            "stop": 857949035
        },
        {
            "start": 857950654,
            "stop": 857962374
        },
        {
            "start": 857962484,
            "stop": 857995217
        },
        {
            "start": 857995858,
            "stop": 858024600
        },
        {
            "start": 858025675,
            "stop": 858031480
        },
        {
            "start": 858033290,
            "stop": 858037204
        },
        {
            "start": 858037917,
            "stop": 858107553
        },
        {
            "start": 858108993,
            "stop": 858115504
        },
        {
            "start": 858124846,
            "stop": 858132563
        },
        {
            "start": 858133133,
            "stop": 858165002
        },
        {
            "start": 858165899,
            "stop": 858184979
        },
        {
            "start": 858186452,
            "stop": 858207150
        },
        {
            "start": 858208069,
            "stop": 858216983
        },
        {
            "start": 858218403,
            "stop": 858219620
        }
    ]
}