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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=174",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 175,
    "results": [
        {
            "start": 1179814065,
            "stop": 1179815773
        },
        {
            "start": 1179815815,
            "stop": 1179815946
        },
        {
            "start": 1179816219,
            "stop": 1179846990
        },
        {
            "start": 1179846992,
            "stop": 1179847056
        },
        {
            "start": 1179847057,
            "stop": 1179847079
        },
        {
            "start": 1179847084,
            "stop": 1179847088
        },
        {
            "start": 1179847096,
            "stop": 1179847129
        },
        {
            "start": 1179847133,
            "stop": 1179847163
        },
        {
            "start": 1179847169,
            "stop": 1179847232
        },
        {
            "start": 1179847233,
            "stop": 1179847466
        },
        {
            "start": 1179847473,
            "stop": 1179847478
        },
        {
            "start": 1179847486,
            "stop": 1179847492
        },
        {
            "start": 1179847496,
            "stop": 1179847643
        },
        {
            "start": 1179847645,
            "stop": 1179847680
        },
        {
            "start": 1179924383,
            "stop": 1179931420
        },
        {
            "start": 1179939138,
            "stop": 1179949995
        },
        {
            "start": 1179985854,
            "stop": 1179985903
        },
        {
            "start": 1179985936,
            "stop": 1179986018
        },
        {
            "start": 1179986063,
            "stop": 1179989635
        },
        {
            "start": 1180002902,
            "stop": 1180016748
        }
    ]
}