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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6064",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6065,
    "results": [
        {
            "start": 873825389,
            "stop": 873825394
        },
        {
            "start": 873825395,
            "stop": 873825410
        },
        {
            "start": 873825411,
            "stop": 873825449
        },
        {
            "start": 873825450,
            "stop": 873825464
        },
        {
            "start": 873825465,
            "stop": 873825512
        },
        {
            "start": 873825513,
            "stop": 873826141
        },
        {
            "start": 873826144,
            "stop": 873826287
        },
        {
            "start": 873826290,
            "stop": 873826390
        },
        {
            "start": 873826393,
            "stop": 873826423
        },
        {
            "start": 873826426,
            "stop": 873826918
        },
        {
            "start": 873826920,
            "stop": 873826958
        },
        {
            "start": 873826959,
            "stop": 873827307
        },
        {
            "start": 873827310,
            "stop": 873828422
        },
        {
            "start": 873828424,
            "stop": 873828642
        },
        {
            "start": 873828644,
            "stop": 873829240
        },
        {
            "start": 873829242,
            "stop": 873829322
        },
        {
            "start": 873829323,
            "stop": 873829402
        },
        {
            "start": 873829404,
            "stop": 873830017
        },
        {
            "start": 873830019,
            "stop": 873831464
        },
        {
            "start": 873831467,
            "stop": 873831534
        }
    ]
}