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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5849",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5850,
    "results": [
        {
            "start": 874747764,
            "stop": 874747887
        },
        {
            "start": 874747890,
            "stop": 874747941
        },
        {
            "start": 874747945,
            "stop": 874748077
        },
        {
            "start": 874748080,
            "stop": 874748098
        },
        {
            "start": 874748102,
            "stop": 874748116
        },
        {
            "start": 874748121,
            "stop": 874748158
        },
        {
            "start": 874748161,
            "stop": 874748166
        },
        {
            "start": 874748169,
            "stop": 874748171
        },
        {
            "start": 874748174,
            "stop": 874748352
        },
        {
            "start": 874748355,
            "stop": 874748529
        },
        {
            "start": 874748532,
            "stop": 874748542
        },
        {
            "start": 874748545,
            "stop": 874748546
        },
        {
            "start": 874748550,
            "stop": 874748551
        },
        {
            "start": 874748554,
            "stop": 874748616
        },
        {
            "start": 874748619,
            "stop": 874748726
        },
        {
            "start": 874748729,
            "stop": 874748747
        },
        {
            "start": 874748750,
            "stop": 874748835
        },
        {
            "start": 874748839,
            "stop": 874748858
        },
        {
            "start": 874748861,
            "stop": 874748900
        },
        {
            "start": 874748904,
            "stop": 874748953
        }
    ]
}