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=121
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=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=120",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 121,
    "results": [
        {
            "start": 931420622,
            "stop": 931420642
        },
        {
            "start": 931420644,
            "stop": 931420691
        },
        {
            "start": 931420693,
            "stop": 931420764
        },
        {
            "start": 931420765,
            "stop": 931420784
        },
        {
            "start": 931420785,
            "stop": 931420828
        },
        {
            "start": 931420829,
            "stop": 931420859
        },
        {
            "start": 931420861,
            "stop": 931420877
        },
        {
            "start": 931420879,
            "stop": 931420952
        },
        {
            "start": 931420956,
            "stop": 931420972
        },
        {
            "start": 931420974,
            "stop": 931421004
        },
        {
            "start": 931421006,
            "stop": 931421038
        },
        {
            "start": 931421040,
            "stop": 931421048
        },
        {
            "start": 931421049,
            "stop": 931421078
        },
        {
            "start": 931421080,
            "stop": 931421305
        },
        {
            "start": 931421307,
            "stop": 931421335
        },
        {
            "start": 931421337,
            "stop": 931421410
        },
        {
            "start": 931421412,
            "stop": 931421422
        },
        {
            "start": 931421424,
            "stop": 931421574
        },
        {
            "start": 931421575,
            "stop": 931421652
        },
        {
            "start": 931421654,
            "stop": 931421713
        }
    ]
}