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=544
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=545",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=543",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 544,
    "results": [
        {
            "start": 1264834630,
            "stop": 1264834647
        },
        {
            "start": 1264834649,
            "stop": 1264834672
        },
        {
            "start": 1264834676,
            "stop": 1264834714
        },
        {
            "start": 1264834716,
            "stop": 1264834914
        },
        {
            "start": 1264834917,
            "stop": 1264835410
        },
        {
            "start": 1264835412,
            "stop": 1264835532
        },
        {
            "start": 1264835536,
            "stop": 1264835917
        },
        {
            "start": 1264835918,
            "stop": 1264836356
        },
        {
            "start": 1264836358,
            "stop": 1264836655
        },
        {
            "start": 1264836659,
            "stop": 1264836732
        },
        {
            "start": 1264836735,
            "stop": 1264836828
        },
        {
            "start": 1264836831,
            "stop": 1264836916
        },
        {
            "start": 1264836918,
            "stop": 1264836928
        },
        {
            "start": 1264836930,
            "stop": 1264837046
        },
        {
            "start": 1264837048,
            "stop": 1264837087
        },
        {
            "start": 1264837090,
            "stop": 1264837095
        },
        {
            "start": 1264837097,
            "stop": 1264837102
        },
        {
            "start": 1264837104,
            "stop": 1264837131
        },
        {
            "start": 1264837132,
            "stop": 1264837144
        },
        {
            "start": 1264837145,
            "stop": 1264837154
        }
    ]
}