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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=78",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 79,
    "results": [
        {
            "start": 1166264370,
            "stop": 1166264830
        },
        {
            "start": 1166272517,
            "stop": 1166273627
        },
        {
            "start": 1166306131,
            "stop": 1166307931
        },
        {
            "start": 1166309442,
            "stop": 1166309616
        },
        {
            "start": 1166336075,
            "stop": 1166337588
        },
        {
            "start": 1166338850,
            "stop": 1166342769
        },
        {
            "start": 1166344947,
            "stop": 1166345560
        },
        {
            "start": 1166358432,
            "stop": 1166359149
        },
        {
            "start": 1166359151,
            "stop": 1166360130
        },
        {
            "start": 1166360131,
            "stop": 1166360272
        },
        {
            "start": 1166360274,
            "stop": 1166360439
        },
        {
            "start": 1166360440,
            "stop": 1166360595
        },
        {
            "start": 1166362905,
            "stop": 1166363508
        },
        {
            "start": 1166363509,
            "stop": 1166363685
        },
        {
            "start": 1166363686,
            "stop": 1166363703
        },
        {
            "start": 1166363704,
            "stop": 1166364478
        },
        {
            "start": 1166365853,
            "stop": 1166368397
        },
        {
            "start": 1166387687,
            "stop": 1166394978
        },
        {
            "start": 1166395041,
            "stop": 1166395076
        },
        {
            "start": 1166398862,
            "stop": 1166402755
        }
    ]
}