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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=102",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 103,
    "results": [
        {
            "start": 1263911564,
            "stop": 1263911894
        },
        {
            "start": 1263911895,
            "stop": 1263911897
        },
        {
            "start": 1263911899,
            "stop": 1263911995
        },
        {
            "start": 1263911997,
            "stop": 1263912021
        },
        {
            "start": 1263912024,
            "stop": 1263912198
        },
        {
            "start": 1263912200,
            "stop": 1263912201
        },
        {
            "start": 1263912203,
            "stop": 1263912242
        },
        {
            "start": 1263912244,
            "stop": 1263912264
        },
        {
            "start": 1263912266,
            "stop": 1263912269
        },
        {
            "start": 1263912270,
            "stop": 1263912334
        },
        {
            "start": 1263912335,
            "stop": 1263912892
        },
        {
            "start": 1263912893,
            "stop": 1263913090
        },
        {
            "start": 1263913092,
            "stop": 1263913094
        },
        {
            "start": 1263913096,
            "stop": 1263913750
        },
        {
            "start": 1263913751,
            "stop": 1263913766
        },
        {
            "start": 1263913771,
            "stop": 1263913780
        },
        {
            "start": 1263913782,
            "stop": 1263913787
        },
        {
            "start": 1263913789,
            "stop": 1263913878
        },
        {
            "start": 1263913880,
            "stop": 1263913883
        },
        {
            "start": 1263913884,
            "stop": 1263913960
        }
    ]
}