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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=298",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 299,
    "results": [
        {
            "start": 842024296,
            "stop": 842025660
        },
        {
            "start": 842025662,
            "stop": 842030364
        },
        {
            "start": 842031158,
            "stop": 842038683
        },
        {
            "start": 842039145,
            "stop": 842048738
        },
        {
            "start": 842048854,
            "stop": 842049781
        },
        {
            "start": 842049783,
            "stop": 842050038
        },
        {
            "start": 842050745,
            "stop": 842052935
        },
        {
            "start": 842052937,
            "stop": 842053577
        },
        {
            "start": 842053579,
            "stop": 842053582
        },
        {
            "start": 842053585,
            "stop": 842053942
        },
        {
            "start": 842053943,
            "stop": 842054234
        },
        {
            "start": 842054236,
            "stop": 842054624
        },
        {
            "start": 842054625,
            "stop": 842054634
        },
        {
            "start": 842054635,
            "stop": 842054637
        },
        {
            "start": 842054638,
            "stop": 842054649
        },
        {
            "start": 842054651,
            "stop": 842054652
        },
        {
            "start": 842056246,
            "stop": 842057410
        },
        {
            "start": 842057413,
            "stop": 842058826
        },
        {
            "start": 842058828,
            "stop": 842059027
        },
        {
            "start": 842059029,
            "stop": 842062254
        }
    ]
}