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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14467",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14465",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14466,
    "results": [
        {
            "start": 971566035,
            "stop": 971566066
        },
        {
            "start": 971566069,
            "stop": 971566077
        },
        {
            "start": 971566080,
            "stop": 971566091
        },
        {
            "start": 971566093,
            "stop": 971566122
        },
        {
            "start": 971569741,
            "stop": 971569743
        },
        {
            "start": 971569745,
            "stop": 971569890
        },
        {
            "start": 971569933,
            "stop": 971570327
        },
        {
            "start": 971570330,
            "stop": 971570701
        },
        {
            "start": 971570702,
            "stop": 971571147
        },
        {
            "start": 971571149,
            "stop": 971571264
        },
        {
            "start": 971571267,
            "stop": 971571465
        },
        {
            "start": 971571466,
            "stop": 971571676
        },
        {
            "start": 971571679,
            "stop": 971571808
        },
        {
            "start": 971571810,
            "stop": 971571915
        },
        {
            "start": 971571918,
            "stop": 971572118
        },
        {
            "start": 971572121,
            "stop": 971572250
        },
        {
            "start": 971572251,
            "stop": 971572252
        },
        {
            "start": 971572253,
            "stop": 971572258
        },
        {
            "start": 971572260,
            "stop": 971572270
        },
        {
            "start": 971572271,
            "stop": 971572604
        }
    ]
}