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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=470",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 471,
    "results": [
        {
            "start": 1264396764,
            "stop": 1264396825
        },
        {
            "start": 1264396826,
            "stop": 1264396827
        },
        {
            "start": 1264396829,
            "stop": 1264396835
        },
        {
            "start": 1264396836,
            "stop": 1264396840
        },
        {
            "start": 1264396841,
            "stop": 1264396843
        },
        {
            "start": 1264396845,
            "stop": 1264396846
        },
        {
            "start": 1264396849,
            "stop": 1264396906
        },
        {
            "start": 1264396908,
            "stop": 1264396917
        },
        {
            "start": 1264396922,
            "stop": 1264396923
        },
        {
            "start": 1264396924,
            "stop": 1264396928
        },
        {
            "start": 1264396930,
            "stop": 1264396957
        },
        {
            "start": 1264396958,
            "stop": 1264396959
        },
        {
            "start": 1264396960,
            "stop": 1264396965
        },
        {
            "start": 1264396968,
            "stop": 1264397032
        },
        {
            "start": 1264397033,
            "stop": 1264397040
        },
        {
            "start": 1264397041,
            "stop": 1264397042
        },
        {
            "start": 1264397043,
            "stop": 1264397048
        },
        {
            "start": 1264397050,
            "stop": 1264397108
        },
        {
            "start": 1264397109,
            "stop": 1264397110
        },
        {
            "start": 1264397111,
            "stop": 1264397116
        }
    ]
}