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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=336",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 337,
    "results": [
        {
            "start": 1265000583,
            "stop": 1265000586
        },
        {
            "start": 1265000587,
            "stop": 1265000922
        },
        {
            "start": 1265000923,
            "stop": 1265000927
        },
        {
            "start": 1265000928,
            "stop": 1265000942
        },
        {
            "start": 1265000943,
            "stop": 1265000944
        },
        {
            "start": 1265000946,
            "stop": 1265000984
        },
        {
            "start": 1265000985,
            "stop": 1265000993
        },
        {
            "start": 1265000994,
            "stop": 1265001142
        },
        {
            "start": 1265001144,
            "stop": 1265001174
        },
        {
            "start": 1265001175,
            "stop": 1265001176
        },
        {
            "start": 1265001177,
            "stop": 1265001186
        },
        {
            "start": 1265001188,
            "stop": 1265001194
        },
        {
            "start": 1265001196,
            "stop": 1265001200
        },
        {
            "start": 1265001202,
            "stop": 1265001230
        },
        {
            "start": 1265001231,
            "stop": 1265001251
        },
        {
            "start": 1265001252,
            "stop": 1265001308
        },
        {
            "start": 1265001309,
            "stop": 1265001310
        },
        {
            "start": 1265001311,
            "stop": 1265001325
        },
        {
            "start": 1265001326,
            "stop": 1265001345
        },
        {
            "start": 1265001349,
            "stop": 1265001376
        }
    ]
}