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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 260,
    "results": [
        {
            "start": 1376868262,
            "stop": 1376868817
        },
        {
            "start": 1376868819,
            "stop": 1376869674
        },
        {
            "start": 1376869675,
            "stop": 1376870692
        },
        {
            "start": 1376870694,
            "stop": 1376871590
        },
        {
            "start": 1376871591,
            "stop": 1376872282
        },
        {
            "start": 1376872284,
            "stop": 1376873341
        },
        {
            "start": 1376873343,
            "stop": 1376875274
        },
        {
            "start": 1376875276,
            "stop": 1376876314
        },
        {
            "start": 1376876316,
            "stop": 1376878623
        },
        {
            "start": 1376878628,
            "stop": 1376879746
        },
        {
            "start": 1376879748,
            "stop": 1376881416
        },
        {
            "start": 1376881418,
            "stop": 1376881967
        },
        {
            "start": 1376881969,
            "stop": 1376882923
        },
        {
            "start": 1376882925,
            "stop": 1376883522
        },
        {
            "start": 1376883524,
            "stop": 1376886890
        },
        {
            "start": 1376886894,
            "stop": 1376890199
        },
        {
            "start": 1376890204,
            "stop": 1376894351
        },
        {
            "start": 1376894353,
            "stop": 1376894593
        },
        {
            "start": 1376894598,
            "stop": 1376894620
        },
        {
            "start": 1376894622,
            "stop": 1376895031
        }
    ]
}