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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6859",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6860,
    "results": [
        {
            "start": 873257461,
            "stop": 873259032
        },
        {
            "start": 873259035,
            "stop": 873259039
        },
        {
            "start": 873259043,
            "stop": 873259277
        },
        {
            "start": 873259280,
            "stop": 873259773
        },
        {
            "start": 873259776,
            "stop": 873261862
        },
        {
            "start": 873261866,
            "stop": 873262797
        },
        {
            "start": 873262803,
            "stop": 873264348
        },
        {
            "start": 873264595,
            "stop": 873264925
        },
        {
            "start": 873264928,
            "stop": 873265581
        },
        {
            "start": 873265584,
            "stop": 873266132
        },
        {
            "start": 873266135,
            "stop": 873267830
        },
        {
            "start": 873267833,
            "stop": 873268590
        },
        {
            "start": 873268594,
            "stop": 873269869
        },
        {
            "start": 873269872,
            "stop": 873270546
        },
        {
            "start": 873270550,
            "stop": 873271804
        },
        {
            "start": 873271807,
            "stop": 873273421
        },
        {
            "start": 873273425,
            "stop": 873274050
        },
        {
            "start": 873275310,
            "stop": 873275345
        },
        {
            "start": 873275348,
            "stop": 873276876
        },
        {
            "start": 873276879,
            "stop": 873276892
        }
    ]
}