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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16754",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16755,
    "results": [
        {
            "start": 875096766,
            "stop": 875096797
        },
        {
            "start": 875096798,
            "stop": 875096801
        },
        {
            "start": 875096803,
            "stop": 875096814
        },
        {
            "start": 875096815,
            "stop": 875096819
        },
        {
            "start": 875096820,
            "stop": 875096846
        },
        {
            "start": 875096848,
            "stop": 875096883
        },
        {
            "start": 875096884,
            "stop": 875096898
        },
        {
            "start": 875096899,
            "stop": 875097021
        },
        {
            "start": 875097025,
            "stop": 875097148
        },
        {
            "start": 875097149,
            "stop": 875097301
        },
        {
            "start": 875097302,
            "stop": 875097317
        },
        {
            "start": 875097320,
            "stop": 875097358
        },
        {
            "start": 875097364,
            "stop": 875097401
        },
        {
            "start": 875097404,
            "stop": 875097491
        },
        {
            "start": 875097492,
            "stop": 875097534
        },
        {
            "start": 875097537,
            "stop": 875097539
        },
        {
            "start": 875097542,
            "stop": 875097572
        },
        {
            "start": 875097573,
            "stop": 875097584
        },
        {
            "start": 875097587,
            "stop": 875097595
        },
        {
            "start": 875097597,
            "stop": 875097616
        }
    ]
}