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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=391",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 392,
    "results": [
        {
            "start": 821764527,
            "stop": 821764530
        },
        {
            "start": 821764535,
            "stop": 821764541
        },
        {
            "start": 821764544,
            "stop": 821764545
        },
        {
            "start": 821764551,
            "stop": 821764553
        },
        {
            "start": 821764556,
            "stop": 821764557
        },
        {
            "start": 821764561,
            "stop": 821764562
        },
        {
            "start": 821764568,
            "stop": 821764569
        },
        {
            "start": 821764573,
            "stop": 821764574
        },
        {
            "start": 821764579,
            "stop": 821764587
        },
        {
            "start": 821764591,
            "stop": 821764593
        },
        {
            "start": 821764601,
            "stop": 821764620
        },
        {
            "start": 821764623,
            "stop": 821764626
        },
        {
            "start": 821764631,
            "stop": 821764632
        },
        {
            "start": 821764642,
            "stop": 821764661
        },
        {
            "start": 821764667,
            "stop": 821764673
        },
        {
            "start": 821764677,
            "stop": 821764678
        },
        {
            "start": 821764681,
            "stop": 821764684
        },
        {
            "start": 821764687,
            "stop": 821764690
        },
        {
            "start": 821764694,
            "stop": 821764697
        },
        {
            "start": 821764700,
            "stop": 821764705
        }
    ]
}