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=24
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=25",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=23",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 24,
    "results": [
        {
            "start": 1261667676,
            "stop": 1261687258
        },
        {
            "start": 1261687259,
            "stop": 1261696715
        },
        {
            "start": 1261696716,
            "stop": 1261696717
        },
        {
            "start": 1261696719,
            "stop": 1261696722
        },
        {
            "start": 1261696723,
            "stop": 1261696725
        },
        {
            "start": 1261696727,
            "stop": 1261696732
        },
        {
            "start": 1261696735,
            "stop": 1261696747
        },
        {
            "start": 1261696748,
            "stop": 1261696750
        },
        {
            "start": 1261696751,
            "stop": 1261696991
        },
        {
            "start": 1261696992,
            "stop": 1261697083
        },
        {
            "start": 1261697086,
            "stop": 1261697087
        },
        {
            "start": 1261697088,
            "stop": 1261697097
        },
        {
            "start": 1261697098,
            "stop": 1261697106
        },
        {
            "start": 1261697107,
            "stop": 1261697114
        },
        {
            "start": 1261697115,
            "stop": 1261697119
        },
        {
            "start": 1261697120,
            "stop": 1261697121
        },
        {
            "start": 1261697122,
            "stop": 1261697192
        },
        {
            "start": 1261697193,
            "stop": 1261697198
        },
        {
            "start": 1261697199,
            "stop": 1261697215
        },
        {
            "start": 1261697216,
            "stop": 1261697483
        }
    ]
}