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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=305",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 306,
    "results": [
        {
            "start": 1263737627,
            "stop": 1263737688
        },
        {
            "start": 1263737691,
            "stop": 1263737692
        },
        {
            "start": 1263737697,
            "stop": 1263737741
        },
        {
            "start": 1263737746,
            "stop": 1263738081
        },
        {
            "start": 1263738086,
            "stop": 1263738187
        },
        {
            "start": 1263738191,
            "stop": 1263739376
        },
        {
            "start": 1263739381,
            "stop": 1263739384
        },
        {
            "start": 1263739389,
            "stop": 1263739786
        },
        {
            "start": 1263739794,
            "stop": 1263740309
        },
        {
            "start": 1263740310,
            "stop": 1263740332
        },
        {
            "start": 1263740334,
            "stop": 1263740701
        },
        {
            "start": 1263740703,
            "stop": 1263741234
        },
        {
            "start": 1263741239,
            "stop": 1263741307
        },
        {
            "start": 1263741308,
            "stop": 1263742665
        },
        {
            "start": 1263742669,
            "stop": 1263743216
        },
        {
            "start": 1263743217,
            "stop": 1263744868
        },
        {
            "start": 1263744869,
            "stop": 1263746151
        },
        {
            "start": 1263746156,
            "stop": 1263746694
        },
        {
            "start": 1263746699,
            "stop": 1263746721
        },
        {
            "start": 1263746726,
            "stop": 1263748538
        }
    ]
}