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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=46",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 47,
    "results": [
        {
            "start": 931484091,
            "stop": 931484133
        },
        {
            "start": 931484136,
            "stop": 931484181
        },
        {
            "start": 931484183,
            "stop": 931484187
        },
        {
            "start": 931484193,
            "stop": 931484202
        },
        {
            "start": 931484205,
            "stop": 931484212
        },
        {
            "start": 931484215,
            "stop": 931484230
        },
        {
            "start": 931484234,
            "stop": 931484245
        },
        {
            "start": 931484248,
            "stop": 931484253
        },
        {
            "start": 931484256,
            "stop": 931484306
        },
        {
            "start": 931484309,
            "stop": 931484318
        },
        {
            "start": 931484321,
            "stop": 931484342
        },
        {
            "start": 931497184,
            "stop": 931497197
        },
        {
            "start": 931497200,
            "stop": 931497202
        },
        {
            "start": 931497205,
            "stop": 931497208
        },
        {
            "start": 931497211,
            "stop": 931497233
        },
        {
            "start": 931497236,
            "stop": 931497246
        },
        {
            "start": 931497250,
            "stop": 931497270
        },
        {
            "start": 931497274,
            "stop": 931497282
        },
        {
            "start": 931497285,
            "stop": 931497295
        },
        {
            "start": 931497301,
            "stop": 931497316
        }
    ]
}