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=7050
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=7051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7049",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7050,
    "results": [
        {
            "start": 874188001,
            "stop": 874189293
        },
        {
            "start": 874189296,
            "stop": 874189329
        },
        {
            "start": 874189333,
            "stop": 874189336
        },
        {
            "start": 874189339,
            "stop": 874189355
        },
        {
            "start": 874189358,
            "stop": 874189373
        },
        {
            "start": 874189376,
            "stop": 874189379
        },
        {
            "start": 874189382,
            "stop": 874190381
        },
        {
            "start": 874190385,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191714
        },
        {
            "start": 874191717,
            "stop": 874191741
        },
        {
            "start": 874191744,
            "stop": 874191745
        },
        {
            "start": 874191749,
            "stop": 874191788
        },
        {
            "start": 874191791,
            "stop": 874191875
        },
        {
            "start": 874191878,
            "stop": 874191889
        },
        {
            "start": 874191893,
            "stop": 874192095
        },
        {
            "start": 874192099,
            "stop": 874192367
        },
        {
            "start": 874192370,
            "stop": 874192464
        },
        {
            "start": 874192467,
            "stop": 874192561
        },
        {
            "start": 874192564,
            "stop": 874192830
        },
        {
            "start": 874193790,
            "stop": 874193838
        }
    ]
}