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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=216",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 217,
    "results": [
        {
            "start": 857789062,
            "stop": 857790218
        },
        {
            "start": 857792670,
            "stop": 857833218
        },
        {
            "start": 857850329,
            "stop": 857851252
        },
        {
            "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": 857994849
        },
        {
            "start": 857995858,
            "stop": 858024151
        },
        {
            "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": 858184612
        }
    ]
}