Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29375
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29374",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29375,
    "results": [
        {
            "start": 971376376,
            "stop": 971376789
        },
        {
            "start": 971376791,
            "stop": 971376958
        },
        {
            "start": 971376961,
            "stop": 971377110
        },
        {
            "start": 971377113,
            "stop": 971377159
        },
        {
            "start": 971377162,
            "stop": 971377173
        },
        {
            "start": 971377176,
            "stop": 971377177
        },
        {
            "start": 971377179,
            "stop": 971377183
        },
        {
            "start": 971377186,
            "stop": 971377480
        },
        {
            "start": 971379215,
            "stop": 971379757
        },
        {
            "start": 971379760,
            "stop": 971379797
        },
        {
            "start": 971379800,
            "stop": 971380120
        },
        {
            "start": 971380122,
            "stop": 971380244
        },
        {
            "start": 971380246,
            "stop": 971380263
        },
        {
            "start": 971380266,
            "stop": 971380501
        },
        {
            "start": 971380504,
            "stop": 971380600
        },
        {
            "start": 971380603,
            "stop": 971380949
        },
        {
            "start": 971380952,
            "stop": 971381303
        },
        {
            "start": 971381306,
            "stop": 971382681
        },
        {
            "start": 971382684,
            "stop": 971383216
        },
        {
            "start": 971383219,
            "stop": 971383222
        }
    ]
}