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=7090
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=7091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7089",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7090,
    "results": [
        {
            "start": 874480813,
            "stop": 874480951
        },
        {
            "start": 874480957,
            "stop": 874481158
        },
        {
            "start": 874481161,
            "stop": 874481191
        },
        {
            "start": 874481194,
            "stop": 874481226
        },
        {
            "start": 874481230,
            "stop": 874481238
        },
        {
            "start": 874481241,
            "stop": 874481260
        },
        {
            "start": 874481263,
            "stop": 874481297
        },
        {
            "start": 874481300,
            "stop": 874481303
        },
        {
            "start": 874481306,
            "stop": 874481315
        },
        {
            "start": 874481318,
            "stop": 874481441
        },
        {
            "start": 874481444,
            "stop": 874482364
        },
        {
            "start": 874482367,
            "stop": 874482449
        },
        {
            "start": 874482452,
            "stop": 874483364
        },
        {
            "start": 874483367,
            "stop": 874485660
        },
        {
            "start": 874485720,
            "stop": 874485840
        },
        {
            "start": 874485900,
            "stop": 874486039
        },
        {
            "start": 874486042,
            "stop": 874486800
        },
        {
            "start": 874486860,
            "stop": 874488030
        },
        {
            "start": 874489490,
            "stop": 874494234
        },
        {
            "start": 874494237,
            "stop": 874497810
        }
    ]
}