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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=144",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 145,
    "results": [
        {
            "start": 1239205043,
            "stop": 1239205353
        },
        {
            "start": 1239205357,
            "stop": 1239205607
        },
        {
            "start": 1239205612,
            "stop": 1239205750
        },
        {
            "start": 1239205754,
            "stop": 1239205824
        },
        {
            "start": 1239205831,
            "stop": 1239205964
        },
        {
            "start": 1239205969,
            "stop": 1239206013
        },
        {
            "start": 1239206018,
            "stop": 1239206624
        },
        {
            "start": 1239206628,
            "stop": 1239206739
        },
        {
            "start": 1239206743,
            "stop": 1239207063
        },
        {
            "start": 1239207067,
            "stop": 1239207405
        },
        {
            "start": 1239207409,
            "stop": 1239207573
        },
        {
            "start": 1239207576,
            "stop": 1239207577
        },
        {
            "start": 1239207581,
            "stop": 1239207721
        },
        {
            "start": 1239207726,
            "stop": 1239207852
        },
        {
            "start": 1239207861,
            "stop": 1239208186
        },
        {
            "start": 1239208190,
            "stop": 1239208341
        },
        {
            "start": 1239208346,
            "stop": 1239208532
        },
        {
            "start": 1239208536,
            "stop": 1239208948
        },
        {
            "start": 1239208953,
            "stop": 1239209518
        },
        {
            "start": 1239209522,
            "stop": 1239209807
        }
    ]
}