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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 55,
    "results": [
        {
            "start": 817198996,
            "stop": 817199123
        },
        {
            "start": 817199126,
            "stop": 817199287
        },
        {
            "start": 817199293,
            "stop": 817199310
        },
        {
            "start": 817200690,
            "stop": 817200847
        },
        {
            "start": 817200850,
            "stop": 817201552
        },
        {
            "start": 817201555,
            "stop": 817201860
        },
        {
            "start": 817201870,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817204602
        },
        {
            "start": 817204605,
            "stop": 817207258
        },
        {
            "start": 817223233,
            "stop": 817225014
        },
        {
            "start": 817225020,
            "stop": 817226086
        },
        {
            "start": 817226089,
            "stop": 817226622
        },
        {
            "start": 817226625,
            "stop": 817227234
        },
        {
            "start": 817227237,
            "stop": 817227257
        },
        {
            "start": 817227261,
            "stop": 817227301
        },
        {
            "start": 817227311,
            "stop": 817227322
        },
        {
            "start": 817227327,
            "stop": 817227626
        },
        {
            "start": 817227629,
            "stop": 817229036
        },
        {
            "start": 817229039,
            "stop": 817229091
        },
        {
            "start": 817229094,
            "stop": 817229109
        }
    ]
}