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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=149",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 150,
    "results": [
        {
            "start": 1260769100,
            "stop": 1260769393
        },
        {
            "start": 1260769396,
            "stop": 1260769702
        },
        {
            "start": 1260769706,
            "stop": 1260770047
        },
        {
            "start": 1260770049,
            "stop": 1260770196
        },
        {
            "start": 1260770199,
            "stop": 1260770685
        },
        {
            "start": 1260770687,
            "stop": 1260770841
        },
        {
            "start": 1260770844,
            "stop": 1260771069
        },
        {
            "start": 1260771072,
            "stop": 1260772319
        },
        {
            "start": 1260772323,
            "stop": 1260774431
        },
        {
            "start": 1260774433,
            "stop": 1260780293
        },
        {
            "start": 1260780295,
            "stop": 1260781047
        },
        {
            "start": 1260781050,
            "stop": 1260781250
        },
        {
            "start": 1260781253,
            "stop": 1260782911
        },
        {
            "start": 1260782914,
            "stop": 1260783935
        },
        {
            "start": 1260783938,
            "stop": 1260784386
        },
        {
            "start": 1260784389,
            "stop": 1260785610
        },
        {
            "start": 1260785613,
            "stop": 1260788358
        },
        {
            "start": 1260788360,
            "stop": 1260792762
        },
        {
            "start": 1260792765,
            "stop": 1260792793
        },
        {
            "start": 1260792796,
            "stop": 1260793116
        }
    ]
}