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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5946",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5947,
    "results": [
        {
            "start": 873199979,
            "stop": 873200075
        },
        {
            "start": 873200078,
            "stop": 873200086
        },
        {
            "start": 873200089,
            "stop": 873200100
        },
        {
            "start": 873200105,
            "stop": 873200118
        },
        {
            "start": 873200121,
            "stop": 873200154
        },
        {
            "start": 873200158,
            "stop": 873200223
        },
        {
            "start": 873200226,
            "stop": 873200236
        },
        {
            "start": 873200239,
            "stop": 873200293
        },
        {
            "start": 873200296,
            "stop": 873200509
        },
        {
            "start": 873200512,
            "stop": 873200548
        },
        {
            "start": 873200553,
            "stop": 873200766
        },
        {
            "start": 873200769,
            "stop": 873200778
        },
        {
            "start": 873200781,
            "stop": 873200922
        },
        {
            "start": 873200925,
            "stop": 873200996
        },
        {
            "start": 873200997,
            "stop": 873201089
        },
        {
            "start": 873201090,
            "stop": 873201111
        },
        {
            "start": 873201114,
            "stop": 873201361
        },
        {
            "start": 873201364,
            "stop": 873201472
        },
        {
            "start": 873201475,
            "stop": 873201483
        },
        {
            "start": 873201488,
            "stop": 873201672
        }
    ]
}