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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6666",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6667,
    "results": [
        {
            "start": 875052981,
            "stop": 875053678
        },
        {
            "start": 875053679,
            "stop": 875053939
        },
        {
            "start": 875053940,
            "stop": 875054033
        },
        {
            "start": 875054034,
            "stop": 875054063
        },
        {
            "start": 875054064,
            "stop": 875054100
        },
        {
            "start": 875054102,
            "stop": 875054317
        },
        {
            "start": 875054318,
            "stop": 875054414
        },
        {
            "start": 875054416,
            "stop": 875054671
        },
        {
            "start": 875054672,
            "stop": 875054889
        },
        {
            "start": 875054890,
            "stop": 875054965
        },
        {
            "start": 875054966,
            "stop": 875055467
        },
        {
            "start": 875055468,
            "stop": 875055560
        },
        {
            "start": 875055561,
            "stop": 875055702
        },
        {
            "start": 875055703,
            "stop": 875055723
        },
        {
            "start": 875055725,
            "stop": 875055992
        },
        {
            "start": 875055993,
            "stop": 875056031
        },
        {
            "start": 875057465,
            "stop": 875057701
        },
        {
            "start": 875057703,
            "stop": 875057763
        },
        {
            "start": 875057764,
            "stop": 875057961
        },
        {
            "start": 875057962,
            "stop": 875058376
        }
    ]
}