Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=3",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 4,
    "results": [
        {
            "start": 1257288058,
            "stop": 1257288064
        },
        {
            "start": 1257288071,
            "stop": 1257290251
        },
        {
            "start": 1257290267,
            "stop": 1257311597
        },
        {
            "start": 1257311598,
            "stop": 1257326803
        },
        {
            "start": 1257360643,
            "stop": 1257387255
        },
        {
            "start": 1257395960,
            "stop": 1257400905
        },
        {
            "start": 1257400906,
            "stop": 1257412445
        },
        {
            "start": 1257415979,
            "stop": 1257417618
        },
        {
            "start": 1257417619,
            "stop": 1257484877
        },
        {
            "start": 1257484878,
            "stop": 1257499836
        },
        {
            "start": 1257531026,
            "stop": 1257531580
        },
        {
            "start": 1257531662,
            "stop": 1257544861
        },
        {
            "start": 1257549313,
            "stop": 1257550139
        },
        {
            "start": 1257560411,
            "stop": 1257570585
        },
        {
            "start": 1257642805,
            "stop": 1257667609
        },
        {
            "start": 1257667610,
            "stop": 1257673238
        },
        {
            "start": 1257673239,
            "stop": 1257685622
        },
        {
            "start": 1257738906,
            "stop": 1257757910
        },
        {
            "start": 1257758193,
            "stop": 1257784787
        },
        {
            "start": 1257816219,
            "stop": 1257846703
        }
    ]
}