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/O2/timelines/L1_CBC_CAT3/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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=216",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 217,
    "results": [
        {
            "start": 1184459570,
            "stop": 1184459803
        },
        {
            "start": 1184459806,
            "stop": 1184459807
        },
        {
            "start": 1184459808,
            "stop": 1184461105
        },
        {
            "start": 1184461106,
            "stop": 1184461159
        },
        {
            "start": 1184461160,
            "stop": 1184461161
        },
        {
            "start": 1184461162,
            "stop": 1184461612
        },
        {
            "start": 1184461616,
            "stop": 1184461697
        },
        {
            "start": 1184461698,
            "stop": 1184462150
        },
        {
            "start": 1184462155,
            "stop": 1184462221
        },
        {
            "start": 1184462229,
            "stop": 1184462232
        },
        {
            "start": 1184462233,
            "stop": 1184462420
        },
        {
            "start": 1184462425,
            "stop": 1184462432
        },
        {
            "start": 1184462433,
            "stop": 1184462434
        },
        {
            "start": 1184462435,
            "stop": 1184462438
        },
        {
            "start": 1184462439,
            "stop": 1184462590
        },
        {
            "start": 1184462593,
            "stop": 1184462594
        },
        {
            "start": 1184462595,
            "stop": 1184462598
        },
        {
            "start": 1184462600,
            "stop": 1184462758
        },
        {
            "start": 1184462759,
            "stop": 1184462760
        },
        {
            "start": 1184462762,
            "stop": 1184462925
        }
    ]
}