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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=322",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 323,
    "results": [
        {
            "start": 1248991648,
            "stop": 1248991649
        },
        {
            "start": 1248991650,
            "stop": 1248991656
        },
        {
            "start": 1248991659,
            "stop": 1249073903
        },
        {
            "start": 1249073905,
            "stop": 1249074069
        },
        {
            "start": 1249074070,
            "stop": 1249074123
        },
        {
            "start": 1249074124,
            "stop": 1249074134
        },
        {
            "start": 1249074135,
            "stop": 1249074168
        },
        {
            "start": 1249074169,
            "stop": 1249074472
        },
        {
            "start": 1249074474,
            "stop": 1249074485
        },
        {
            "start": 1249074487,
            "stop": 1249075732
        },
        {
            "start": 1249075734,
            "stop": 1249081440
        },
        {
            "start": 1249087962,
            "stop": 1249102899
        },
        {
            "start": 1249106539,
            "stop": 1249134617
        },
        {
            "start": 1249157115,
            "stop": 1249158308
        },
        {
            "start": 1249158566,
            "stop": 1249176533
        },
        {
            "start": 1249180365,
            "stop": 1249192950
        },
        {
            "start": 1249195391,
            "stop": 1249207191
        },
        {
            "start": 1249207370,
            "stop": 1249208957
        },
        {
            "start": 1249208978,
            "stop": 1249212864
        },
        {
            "start": 1249216157,
            "stop": 1249228718
        }
    ]
}