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=739
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=740",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=738",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 739,
    "results": [
        {
            "start": 1267571638,
            "stop": 1267571639
        },
        {
            "start": 1267571640,
            "stop": 1267571644
        },
        {
            "start": 1267571645,
            "stop": 1267571646
        },
        {
            "start": 1267571648,
            "stop": 1267571653
        },
        {
            "start": 1267571656,
            "stop": 1267572378
        },
        {
            "start": 1267572380,
            "stop": 1267573640
        },
        {
            "start": 1267573642,
            "stop": 1267574158
        },
        {
            "start": 1267574162,
            "stop": 1267575730
        },
        {
            "start": 1267575732,
            "stop": 1267576298
        },
        {
            "start": 1267576299,
            "stop": 1267576301
        },
        {
            "start": 1267576311,
            "stop": 1267576314
        },
        {
            "start": 1267576317,
            "stop": 1267578084
        },
        {
            "start": 1267578086,
            "stop": 1267579260
        },
        {
            "start": 1267579261,
            "stop": 1267582087
        },
        {
            "start": 1267582090,
            "stop": 1267582114
        },
        {
            "start": 1267582116,
            "stop": 1267582118
        },
        {
            "start": 1267582119,
            "stop": 1267582127
        },
        {
            "start": 1267582128,
            "stop": 1267582131
        },
        {
            "start": 1267582133,
            "stop": 1267582134
        },
        {
            "start": 1267582135,
            "stop": 1267582136
        }
    ]
}