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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10215",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10216,
    "results": [
        {
            "start": 874144258,
            "stop": 874144957
        },
        {
            "start": 874144993,
            "stop": 874145018
        },
        {
            "start": 874145025,
            "stop": 874145050
        },
        {
            "start": 874145086,
            "stop": 874145087
        },
        {
            "start": 874145124,
            "stop": 874145171
        },
        {
            "start": 874145208,
            "stop": 874145216
        },
        {
            "start": 874145395,
            "stop": 874145466
        },
        {
            "start": 874145706,
            "stop": 874145806
        },
        {
            "start": 874145844,
            "stop": 874145922
        },
        {
            "start": 874146120,
            "stop": 874146189
        },
        {
            "start": 874146225,
            "stop": 874146291
        },
        {
            "start": 874146298,
            "stop": 874146521
        },
        {
            "start": 874146528,
            "stop": 874146632
        },
        {
            "start": 874146668,
            "stop": 874146770
        },
        {
            "start": 874146806,
            "stop": 874147005
        },
        {
            "start": 874147045,
            "stop": 874147057
        },
        {
            "start": 874147093,
            "stop": 874147158
        },
        {
            "start": 874147239,
            "stop": 874147290
        },
        {
            "start": 874147298,
            "stop": 874147313
        },
        {
            "start": 874147375,
            "stop": 874147447
        }
    ]
}