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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 157,
    "results": [
        {
            "start": 1373452632,
            "stop": 1373454930
        },
        {
            "start": 1373454931,
            "stop": 1373455331
        },
        {
            "start": 1373455335,
            "stop": 1373456876
        },
        {
            "start": 1373456877,
            "stop": 1373461414
        },
        {
            "start": 1373461416,
            "stop": 1373464606
        },
        {
            "start": 1373464607,
            "stop": 1373468410
        },
        {
            "start": 1373468411,
            "stop": 1373468836
        },
        {
            "start": 1373468841,
            "stop": 1373469032
        },
        {
            "start": 1373469034,
            "stop": 1373470266
        },
        {
            "start": 1373470268,
            "stop": 1373470855
        },
        {
            "start": 1373470856,
            "stop": 1373472524
        },
        {
            "start": 1373472526,
            "stop": 1373473126
        },
        {
            "start": 1373473128,
            "stop": 1373474607
        },
        {
            "start": 1373474609,
            "stop": 1373475277
        },
        {
            "start": 1373475279,
            "stop": 1373476799
        },
        {
            "start": 1373476800,
            "stop": 1373477446
        },
        {
            "start": 1373477448,
            "stop": 1373479891
        },
        {
            "start": 1373479893,
            "stop": 1373480066
        },
        {
            "start": 1373480069,
            "stop": 1373482151
        },
        {
            "start": 1373482152,
            "stop": 1373483297
        }
    ]
}