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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=28",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 29,
    "results": [
        {
            "start": 1178196598,
            "stop": 1178285782
        },
        {
            "start": 1178287458,
            "stop": 1178287615
        },
        {
            "start": 1178287653,
            "stop": 1178290827
        },
        {
            "start": 1179814065,
            "stop": 1179815773
        },
        {
            "start": 1179815815,
            "stop": 1179815946
        },
        {
            "start": 1179816219,
            "stop": 1179847707
        },
        {
            "start": 1179924383,
            "stop": 1179931420
        },
        {
            "start": 1179939138,
            "stop": 1179949995
        },
        {
            "start": 1179985854,
            "stop": 1179985903
        },
        {
            "start": 1179985936,
            "stop": 1179986018
        },
        {
            "start": 1179986063,
            "stop": 1179989635
        },
        {
            "start": 1180002902,
            "stop": 1180016748
        },
        {
            "start": 1180019369,
            "stop": 1180019533
        },
        {
            "start": 1180022221,
            "stop": 1180022876
        },
        {
            "start": 1180023714,
            "stop": 1180030088
        },
        {
            "start": 1180037904,
            "stop": 1180039136
        },
        {
            "start": 1180077202,
            "stop": 1180105143
        },
        {
            "start": 1180162865,
            "stop": 1180189764
        },
        {
            "start": 1180249596,
            "stop": 1180249947
        },
        {
            "start": 1180253450,
            "stop": 1180274922
        }
    ]
}