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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=680",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=678",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 679,
    "results": [
        {
            "start": 1248635724,
            "stop": 1248635766
        },
        {
            "start": 1248635772,
            "stop": 1248635820
        },
        {
            "start": 1248635821,
            "stop": 1248635890
        },
        {
            "start": 1248635891,
            "stop": 1248635899
        },
        {
            "start": 1248635900,
            "stop": 1248635902
        },
        {
            "start": 1248635906,
            "stop": 1248635907
        },
        {
            "start": 1248635911,
            "stop": 1248635915
        },
        {
            "start": 1248635919,
            "stop": 1248637647
        },
        {
            "start": 1248637651,
            "stop": 1248638751
        },
        {
            "start": 1248638756,
            "stop": 1248638765
        },
        {
            "start": 1248638770,
            "stop": 1248638773
        },
        {
            "start": 1248638777,
            "stop": 1248639268
        },
        {
            "start": 1248639272,
            "stop": 1248639458
        },
        {
            "start": 1248639461,
            "stop": 1248639484
        },
        {
            "start": 1248639489,
            "stop": 1248639490
        },
        {
            "start": 1248639493,
            "stop": 1248639522
        },
        {
            "start": 1248639525,
            "stop": 1248640295
        },
        {
            "start": 1248640300,
            "stop": 1248640349
        },
        {
            "start": 1248640351,
            "stop": 1248640382
        },
        {
            "start": 1248640384,
            "stop": 1248640385
        }
    ]
}