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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=144",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 145,
    "results": [
        {
            "start": 1177257392,
            "stop": 1177257400
        },
        {
            "start": 1177257403,
            "stop": 1177258035
        },
        {
            "start": 1177258038,
            "stop": 1177258044
        },
        {
            "start": 1177258045,
            "stop": 1177258046
        },
        {
            "start": 1177258047,
            "stop": 1177258432
        },
        {
            "start": 1177258436,
            "stop": 1177258683
        },
        {
            "start": 1177258685,
            "stop": 1177258781
        },
        {
            "start": 1177258782,
            "stop": 1177258790
        },
        {
            "start": 1177258794,
            "stop": 1177258830
        },
        {
            "start": 1177258834,
            "stop": 1177258839
        },
        {
            "start": 1177258845,
            "stop": 1177258851
        },
        {
            "start": 1177258856,
            "stop": 1177258884
        },
        {
            "start": 1177258888,
            "stop": 1177258895
        },
        {
            "start": 1177258898,
            "stop": 1177258940
        },
        {
            "start": 1177258945,
            "stop": 1177258954
        },
        {
            "start": 1177258957,
            "stop": 1177258967
        },
        {
            "start": 1177258971,
            "stop": 1177259186
        },
        {
            "start": 1177281675,
            "stop": 1177282269
        },
        {
            "start": 1177282270,
            "stop": 1177282877
        },
        {
            "start": 1177282880,
            "stop": 1177282892
        }
    ]
}