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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=116",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 117,
    "results": [
        {
            "start": 1175620531,
            "stop": 1175621403
        },
        {
            "start": 1175621404,
            "stop": 1175622692
        },
        {
            "start": 1175622693,
            "stop": 1175623580
        },
        {
            "start": 1175623581,
            "stop": 1175624583
        },
        {
            "start": 1175624584,
            "stop": 1175625986
        },
        {
            "start": 1175625987,
            "stop": 1175626805
        },
        {
            "start": 1175626806,
            "stop": 1175627486
        },
        {
            "start": 1175627487,
            "stop": 1175628483
        },
        {
            "start": 1175628484,
            "stop": 1175629264
        },
        {
            "start": 1175629265,
            "stop": 1175629793
        },
        {
            "start": 1175635488,
            "stop": 1175635671
        },
        {
            "start": 1175640228,
            "stop": 1175640601
        },
        {
            "start": 1175643634,
            "stop": 1175644006
        },
        {
            "start": 1175644007,
            "stop": 1175645120
        },
        {
            "start": 1175645121,
            "stop": 1175645341
        },
        {
            "start": 1175645376,
            "stop": 1175645965
        },
        {
            "start": 1175645966,
            "stop": 1175647021
        },
        {
            "start": 1175647022,
            "stop": 1175648154
        },
        {
            "start": 1175648155,
            "stop": 1175648807
        },
        {
            "start": 1175648808,
            "stop": 1175650127
        }
    ]
}