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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=285",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 286,
    "results": [
        {
            "start": 1377345314,
            "stop": 1377345839
        },
        {
            "start": 1377345841,
            "stop": 1377346134
        },
        {
            "start": 1377346139,
            "stop": 1377346535
        },
        {
            "start": 1377346536,
            "stop": 1377347305
        },
        {
            "start": 1377347306,
            "stop": 1377347826
        },
        {
            "start": 1377347828,
            "stop": 1377349456
        },
        {
            "start": 1377349457,
            "stop": 1377350434
        },
        {
            "start": 1377350436,
            "stop": 1377350489
        },
        {
            "start": 1377350491,
            "stop": 1377351335
        },
        {
            "start": 1377351337,
            "stop": 1377352818
        },
        {
            "start": 1377376969,
            "stop": 1377377086
        },
        {
            "start": 1377377089,
            "stop": 1377378039
        },
        {
            "start": 1377378040,
            "stop": 1377378906
        },
        {
            "start": 1377378911,
            "stop": 1377379329
        },
        {
            "start": 1377379331,
            "stop": 1377379823
        },
        {
            "start": 1377379824,
            "stop": 1377382341
        },
        {
            "start": 1377382342,
            "stop": 1377383065
        },
        {
            "start": 1377383067,
            "stop": 1377383327
        },
        {
            "start": 1377383329,
            "stop": 1377386046
        },
        {
            "start": 1377386047,
            "stop": 1377390191
        }
    ]
}