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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=668",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=666",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 667,
    "results": [
        {
            "start": 1264786322,
            "stop": 1264786340
        },
        {
            "start": 1264786343,
            "stop": 1264786357
        },
        {
            "start": 1264786360,
            "stop": 1264786733
        },
        {
            "start": 1264786741,
            "stop": 1264788780
        },
        {
            "start": 1264788783,
            "stop": 1264790516
        },
        {
            "start": 1264790519,
            "stop": 1264791613
        },
        {
            "start": 1264794808,
            "stop": 1264796627
        },
        {
            "start": 1264796630,
            "stop": 1264797217
        },
        {
            "start": 1264797220,
            "stop": 1264797796
        },
        {
            "start": 1264797799,
            "stop": 1264798724
        },
        {
            "start": 1264798727,
            "stop": 1264803642
        },
        {
            "start": 1264803645,
            "stop": 1264805031
        },
        {
            "start": 1264805034,
            "stop": 1264809614
        },
        {
            "start": 1264809643,
            "stop": 1264810353
        },
        {
            "start": 1264810356,
            "stop": 1264812689
        },
        {
            "start": 1264812692,
            "stop": 1264818730
        },
        {
            "start": 1264818733,
            "stop": 1264819785
        },
        {
            "start": 1264819788,
            "stop": 1264820743
        },
        {
            "start": 1264820746,
            "stop": 1264823302
        },
        {
            "start": 1264823305,
            "stop": 1264823815
        }
    ]
}