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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=301",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 302,
    "results": [
        {
            "start": 842191579,
            "stop": 842193602
        },
        {
            "start": 842193603,
            "stop": 842195594
        },
        {
            "start": 842197303,
            "stop": 842199537
        },
        {
            "start": 842200666,
            "stop": 842200677
        },
        {
            "start": 842200679,
            "stop": 842200703
        },
        {
            "start": 842200705,
            "stop": 842200707
        },
        {
            "start": 842200710,
            "stop": 842200722
        },
        {
            "start": 842200724,
            "stop": 842200778
        },
        {
            "start": 842200779,
            "stop": 842203631
        },
        {
            "start": 842204749,
            "stop": 842205334
        },
        {
            "start": 842205336,
            "stop": 842205620
        },
        {
            "start": 842205622,
            "stop": 842205900
        },
        {
            "start": 842205902,
            "stop": 842205943
        },
        {
            "start": 842205945,
            "stop": 842205994
        },
        {
            "start": 842207049,
            "stop": 842207303
        },
        {
            "start": 842207305,
            "stop": 842209057
        },
        {
            "start": 842209059,
            "stop": 842209465
        },
        {
            "start": 842209467,
            "stop": 842209469
        },
        {
            "start": 842209471,
            "stop": 842210232
        },
        {
            "start": 842210235,
            "stop": 842210256
        }
    ]
}