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=587
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=588",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=586",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 587,
    "results": [
        {
            "start": 1265000923,
            "stop": 1265000927
        },
        {
            "start": 1265000928,
            "stop": 1265000942
        },
        {
            "start": 1265000943,
            "stop": 1265000944
        },
        {
            "start": 1265000946,
            "stop": 1265000984
        },
        {
            "start": 1265000985,
            "stop": 1265000993
        },
        {
            "start": 1265000994,
            "stop": 1265001001
        },
        {
            "start": 1265001003,
            "stop": 1265001142
        },
        {
            "start": 1265001144,
            "stop": 1265001158
        },
        {
            "start": 1265001161,
            "stop": 1265001200
        },
        {
            "start": 1265001202,
            "stop": 1265001230
        },
        {
            "start": 1265001231,
            "stop": 1265001310
        },
        {
            "start": 1265001311,
            "stop": 1265001325
        },
        {
            "start": 1265001326,
            "stop": 1265001344
        },
        {
            "start": 1265001348,
            "stop": 1265001376
        },
        {
            "start": 1265001377,
            "stop": 1265001391
        },
        {
            "start": 1265001394,
            "stop": 1265001396
        },
        {
            "start": 1265001404,
            "stop": 1265001405
        },
        {
            "start": 1265001408,
            "stop": 1265001440
        },
        {
            "start": 1265001441,
            "stop": 1265001450
        },
        {
            "start": 1265001451,
            "stop": 1265001472
        }
    ]
}