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=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=198",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 199,
    "results": [
        {
            "start": 1264380716,
            "stop": 1264380720
        },
        {
            "start": 1264380723,
            "stop": 1264380810
        },
        {
            "start": 1264380812,
            "stop": 1264380913
        },
        {
            "start": 1264380916,
            "stop": 1264380988
        },
        {
            "start": 1264380991,
            "stop": 1264381043
        },
        {
            "start": 1264381046,
            "stop": 1264381055
        },
        {
            "start": 1264381056,
            "stop": 1264381117
        },
        {
            "start": 1264381118,
            "stop": 1264381132
        },
        {
            "start": 1264381134,
            "stop": 1264381137
        },
        {
            "start": 1264381138,
            "stop": 1264381141
        },
        {
            "start": 1264381143,
            "stop": 1264381148
        },
        {
            "start": 1264381152,
            "stop": 1264381199
        },
        {
            "start": 1264381201,
            "stop": 1264381232
        },
        {
            "start": 1264381236,
            "stop": 1264381242
        },
        {
            "start": 1264381243,
            "stop": 1264381245
        },
        {
            "start": 1264381247,
            "stop": 1264381249
        },
        {
            "start": 1264381251,
            "stop": 1264381264
        },
        {
            "start": 1264381265,
            "stop": 1264381272
        },
        {
            "start": 1264381274,
            "stop": 1264381290
        },
        {
            "start": 1264381292,
            "stop": 1264381365
        }
    ]
}