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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5213",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5211",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5212,
    "results": [
        {
            "start": 1136286327,
            "stop": 1136286392
        },
        {
            "start": 1136286394,
            "stop": 1136286428
        },
        {
            "start": 1136286430,
            "stop": 1136286451
        },
        {
            "start": 1136286453,
            "stop": 1136286482
        },
        {
            "start": 1136286484,
            "stop": 1136286498
        },
        {
            "start": 1136286500,
            "stop": 1136286505
        },
        {
            "start": 1136286507,
            "stop": 1136286567
        },
        {
            "start": 1136286569,
            "stop": 1136286589
        },
        {
            "start": 1136286591,
            "stop": 1136286676
        },
        {
            "start": 1136286680,
            "stop": 1136286684
        },
        {
            "start": 1136286686,
            "stop": 1136286717
        },
        {
            "start": 1136286719,
            "stop": 1136286733
        },
        {
            "start": 1136286735,
            "stop": 1136286739
        },
        {
            "start": 1136286740,
            "stop": 1136286776
        },
        {
            "start": 1136286778,
            "stop": 1136286793
        },
        {
            "start": 1136286795,
            "stop": 1136286815
        },
        {
            "start": 1136286817,
            "stop": 1136286837
        },
        {
            "start": 1136286839,
            "stop": 1136286840
        },
        {
            "start": 1136286842,
            "stop": 1136286855
        },
        {
            "start": 1136286857,
            "stop": 1136286929
        }
    ]
}