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=7024
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=7025",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7023",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7024,
    "results": [
        {
            "start": 874018139,
            "stop": 874018142
        },
        {
            "start": 874018143,
            "stop": 874018147
        },
        {
            "start": 874018151,
            "stop": 874018301
        },
        {
            "start": 874018305,
            "stop": 874018380
        },
        {
            "start": 874018440,
            "stop": 874020443
        },
        {
            "start": 874021020,
            "stop": 874021287
        },
        {
            "start": 874021290,
            "stop": 874021312
        },
        {
            "start": 874021315,
            "stop": 874021607
        },
        {
            "start": 874021610,
            "stop": 874021611
        },
        {
            "start": 874021614,
            "stop": 874022850
        },
        {
            "start": 874023810,
            "stop": 874023928
        },
        {
            "start": 874023932,
            "stop": 874023960
        },
        {
            "start": 874029151,
            "stop": 874029321
        },
        {
            "start": 874029325,
            "stop": 874030381
        },
        {
            "start": 874030385,
            "stop": 874030621
        },
        {
            "start": 874030624,
            "stop": 874030740
        },
        {
            "start": 874030800,
            "stop": 874031100
        },
        {
            "start": 874032107,
            "stop": 874035285
        },
        {
            "start": 874035288,
            "stop": 874035442
        },
        {
            "start": 874035445,
            "stop": 874035519
        }
    ]
}