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=6925
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=6926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6924",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6925,
    "results": [
        {
            "start": 873703822,
            "stop": 873703838
        },
        {
            "start": 873703840,
            "stop": 873703841
        },
        {
            "start": 873703844,
            "stop": 873703858
        },
        {
            "start": 873703871,
            "stop": 873703874
        },
        {
            "start": 873703878,
            "stop": 873703897
        },
        {
            "start": 873703900,
            "stop": 873704009
        },
        {
            "start": 873704016,
            "stop": 873704033
        },
        {
            "start": 873704036,
            "stop": 873704159
        },
        {
            "start": 873704520,
            "stop": 873704536
        },
        {
            "start": 873704545,
            "stop": 873704577
        },
        {
            "start": 873704587,
            "stop": 873704590
        },
        {
            "start": 873704594,
            "stop": 873704620
        },
        {
            "start": 873704627,
            "stop": 873704654
        },
        {
            "start": 873704663,
            "stop": 873704677
        },
        {
            "start": 873704686,
            "stop": 873704711
        },
        {
            "start": 873704714,
            "stop": 873704736
        },
        {
            "start": 873704743,
            "stop": 873704790
        },
        {
            "start": 873706807,
            "stop": 873706832
        },
        {
            "start": 873706835,
            "stop": 873706858
        },
        {
            "start": 873706865,
            "stop": 873706924
        }
    ]
}