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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29496",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29494",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29495,
    "results": [
        {
            "start": 971578121,
            "stop": 971578141
        },
        {
            "start": 971578145,
            "stop": 971578151
        },
        {
            "start": 971578154,
            "stop": 971578155
        },
        {
            "start": 971578157,
            "stop": 971578164
        },
        {
            "start": 971578166,
            "stop": 971578169
        },
        {
            "start": 971578170,
            "stop": 971578195
        },
        {
            "start": 971578196,
            "stop": 971578197
        },
        {
            "start": 971578201,
            "stop": 971578217
        },
        {
            "start": 971578218,
            "stop": 971578225
        },
        {
            "start": 971578230,
            "stop": 971578231
        },
        {
            "start": 971578232,
            "stop": 971578252
        },
        {
            "start": 971578253,
            "stop": 971578330
        },
        {
            "start": 971578331,
            "stop": 971578332
        },
        {
            "start": 971578333,
            "stop": 971578364
        },
        {
            "start": 971578366,
            "stop": 971578381
        },
        {
            "start": 971578382,
            "stop": 971578383
        },
        {
            "start": 971578384,
            "stop": 971578385
        },
        {
            "start": 971578387,
            "stop": 971578389
        },
        {
            "start": 971578390,
            "stop": 971578394
        },
        {
            "start": 971578395,
            "stop": 971578399
        }
    ]
}