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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=245",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 246,
    "results": [
        {
            "start": 1376615822,
            "stop": 1376617073
        },
        {
            "start": 1376617075,
            "stop": 1376617603
        },
        {
            "start": 1376617604,
            "stop": 1376619009
        },
        {
            "start": 1376619011,
            "stop": 1376619213
        },
        {
            "start": 1376619214,
            "stop": 1376619803
        },
        {
            "start": 1376619805,
            "stop": 1376620496
        },
        {
            "start": 1376620498,
            "stop": 1376621512
        },
        {
            "start": 1376621514,
            "stop": 1376622226
        },
        {
            "start": 1376622228,
            "stop": 1376623174
        },
        {
            "start": 1376623176,
            "stop": 1376625221
        },
        {
            "start": 1376625223,
            "stop": 1376627978
        },
        {
            "start": 1376627979,
            "stop": 1376629235
        },
        {
            "start": 1376629237,
            "stop": 1376631855
        },
        {
            "start": 1376631857,
            "stop": 1376632959
        },
        {
            "start": 1376632961,
            "stop": 1376633477
        },
        {
            "start": 1376633478,
            "stop": 1376633732
        },
        {
            "start": 1376633734,
            "stop": 1376634430
        },
        {
            "start": 1376634431,
            "stop": 1376634488
        },
        {
            "start": 1376634489,
            "stop": 1376635110
        },
        {
            "start": 1376635113,
            "stop": 1376635425
        }
    ]
}