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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=42",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 43,
    "results": [
        {
            "start": 969093525,
            "stop": 969093638
        },
        {
            "start": 969099502,
            "stop": 969099614
        },
        {
            "start": 969143190,
            "stop": 969143305
        },
        {
            "start": 969173589,
            "stop": 969173701
        },
        {
            "start": 969179948,
            "stop": 969180101
        },
        {
            "start": 969231133,
            "stop": 969231245
        },
        {
            "start": 969250124,
            "stop": 969250285
        },
        {
            "start": 969258701,
            "stop": 969258813
        },
        {
            "start": 969280340,
            "stop": 969280453
        },
        {
            "start": 969346012,
            "stop": 969346125
        },
        {
            "start": 969351292,
            "stop": 969351405
        },
        {
            "start": 969403253,
            "stop": 969403365
        },
        {
            "start": 969423653,
            "stop": 969423765
        },
        {
            "start": 969432469,
            "stop": 969432621
        },
        {
            "start": 969496375,
            "stop": 969496535
        },
        {
            "start": 969503694,
            "stop": 969503807
        },
        {
            "start": 969510839,
            "stop": 969510951
        },
        {
            "start": 969552863,
            "stop": 969552975
        },
        {
            "start": 969559822,
            "stop": 969559935
        },
        {
            "start": 969618679,
            "stop": 969618791
        }
    ]
}