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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2114",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2115,
    "results": [
        {
            "start": 865944953,
            "stop": 865944965
        },
        {
            "start": 865944970,
            "stop": 865944977
        },
        {
            "start": 865944983,
            "stop": 865944997
        },
        {
            "start": 865945003,
            "stop": 865947214
        },
        {
            "start": 865947324,
            "stop": 865947463
        },
        {
            "start": 865947763,
            "stop": 865949783
        },
        {
            "start": 865949786,
            "stop": 865949826
        },
        {
            "start": 865949829,
            "stop": 865949834
        },
        {
            "start": 865950246,
            "stop": 865951097
        },
        {
            "start": 865951100,
            "stop": 865957875
        },
        {
            "start": 865958043,
            "stop": 865960530
        },
        {
            "start": 865960535,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865981156
        },
        {
            "start": 865981158,
            "stop": 865982008
        },
        {
            "start": 865982319,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032029
        },
        {
            "start": 866032695,
            "stop": 866038092
        },
        {
            "start": 866038100,
            "stop": 866049947
        }
    ]
}