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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=12",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 13,
    "results": [
        {
            "start": 1165131060,
            "stop": 1165131086
        },
        {
            "start": 1165131087,
            "stop": 1165131092
        },
        {
            "start": 1165131093,
            "stop": 1165131103
        },
        {
            "start": 1165131104,
            "stop": 1165131115
        },
        {
            "start": 1165131116,
            "stop": 1165131126
        },
        {
            "start": 1165131127,
            "stop": 1165131190
        },
        {
            "start": 1165131191,
            "stop": 1165131215
        },
        {
            "start": 1165131216,
            "stop": 1165131316
        },
        {
            "start": 1165131317,
            "stop": 1165131545
        },
        {
            "start": 1165131546,
            "stop": 1165131576
        },
        {
            "start": 1165131577,
            "stop": 1165131624
        },
        {
            "start": 1165131626,
            "stop": 1165131646
        },
        {
            "start": 1165131647,
            "stop": 1165131732
        },
        {
            "start": 1165131733,
            "stop": 1165131734
        },
        {
            "start": 1165131735,
            "stop": 1165131786
        },
        {
            "start": 1165131787,
            "stop": 1165131788
        },
        {
            "start": 1165131789,
            "stop": 1165131817
        },
        {
            "start": 1165131818,
            "stop": 1165131826
        },
        {
            "start": 1165131827,
            "stop": 1165131832
        },
        {
            "start": 1165131833,
            "stop": 1165131880
        }
    ]
}