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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=454",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 455,
    "results": [
        {
            "start": 872032214,
            "stop": 872049077
        },
        {
            "start": 872050429,
            "stop": 872103971
        },
        {
            "start": 872105051,
            "stop": 872126461
        },
        {
            "start": 872126466,
            "stop": 872126747
        },
        {
            "start": 872126754,
            "stop": 872126873
        },
        {
            "start": 872126879,
            "stop": 872126921
        },
        {
            "start": 872126927,
            "stop": 872126969
        },
        {
            "start": 872126975,
            "stop": 872127244
        },
        {
            "start": 872127250,
            "stop": 872127726
        },
        {
            "start": 872127736,
            "stop": 872128039
        },
        {
            "start": 872128049,
            "stop": 872128254
        },
        {
            "start": 872128260,
            "stop": 872128536
        },
        {
            "start": 872128541,
            "stop": 872128602
        },
        {
            "start": 872128608,
            "stop": 872128707
        },
        {
            "start": 872128712,
            "stop": 872128735
        },
        {
            "start": 872128741,
            "stop": 872128745
        },
        {
            "start": 872128751,
            "stop": 872128759
        },
        {
            "start": 872128765,
            "stop": 872128793
        },
        {
            "start": 872128798,
            "stop": 872128884
        },
        {
            "start": 872128890,
            "stop": 872128908
        }
    ]
}