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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41078",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41076",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41077,
    "results": [
        {
            "start": 875212907,
            "stop": 875212964
        },
        {
            "start": 875212965,
            "stop": 875212990
        },
        {
            "start": 875212993,
            "stop": 875213008
        },
        {
            "start": 875213009,
            "stop": 875213015
        },
        {
            "start": 875213016,
            "stop": 875213027
        },
        {
            "start": 875213029,
            "stop": 875213049
        },
        {
            "start": 875213050,
            "stop": 875213070
        },
        {
            "start": 875213071,
            "stop": 875213086
        },
        {
            "start": 875213087,
            "stop": 875213091
        },
        {
            "start": 875213092,
            "stop": 875213113
        },
        {
            "start": 875213114,
            "stop": 875213134
        },
        {
            "start": 875213135,
            "stop": 875213153
        },
        {
            "start": 875213156,
            "stop": 875213199
        },
        {
            "start": 875213201,
            "stop": 875213206
        },
        {
            "start": 875213208,
            "stop": 875213220
        },
        {
            "start": 875213221,
            "stop": 875213240
        },
        {
            "start": 875213242,
            "stop": 875213304
        },
        {
            "start": 875213305,
            "stop": 875213326
        },
        {
            "start": 875213327,
            "stop": 875213409
        },
        {
            "start": 875213410,
            "stop": 875213412
        }
    ]
}