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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=286",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 287,
    "results": [
        {
            "start": 1174986786,
            "stop": 1174987776
        },
        {
            "start": 1174987778,
            "stop": 1174988825
        },
        {
            "start": 1174988827,
            "stop": 1174989107
        },
        {
            "start": 1174991938,
            "stop": 1174992352
        },
        {
            "start": 1174992354,
            "stop": 1174993724
        },
        {
            "start": 1174993726,
            "stop": 1174994039
        },
        {
            "start": 1174994043,
            "stop": 1174994678
        },
        {
            "start": 1174994680,
            "stop": 1174995749
        },
        {
            "start": 1174995751,
            "stop": 1174996854
        },
        {
            "start": 1174996856,
            "stop": 1174998000
        },
        {
            "start": 1174998002,
            "stop": 1174998980
        },
        {
            "start": 1174998982,
            "stop": 1175000106
        },
        {
            "start": 1175000108,
            "stop": 1175001090
        },
        {
            "start": 1175001092,
            "stop": 1175002158
        },
        {
            "start": 1175002160,
            "stop": 1175003164
        },
        {
            "start": 1175003166,
            "stop": 1175003562
        },
        {
            "start": 1175003564,
            "stop": 1175004309
        },
        {
            "start": 1175004311,
            "stop": 1175005361
        },
        {
            "start": 1175005363,
            "stop": 1175005926
        },
        {
            "start": 1175008118,
            "stop": 1175009209
        }
    ]
}