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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=298",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 299,
    "results": [
        {
            "start": 1247690268,
            "stop": 1247690277
        },
        {
            "start": 1247690278,
            "stop": 1247690291
        },
        {
            "start": 1247690292,
            "stop": 1247690299
        },
        {
            "start": 1247690300,
            "stop": 1247690304
        },
        {
            "start": 1247690305,
            "stop": 1247690314
        },
        {
            "start": 1247690315,
            "stop": 1247690370
        },
        {
            "start": 1247690372,
            "stop": 1247690374
        },
        {
            "start": 1247690375,
            "stop": 1247690376
        },
        {
            "start": 1247690378,
            "stop": 1247690384
        },
        {
            "start": 1247690386,
            "stop": 1247690424
        },
        {
            "start": 1247690426,
            "stop": 1247690435
        },
        {
            "start": 1247690437,
            "stop": 1247690439
        },
        {
            "start": 1247690440,
            "stop": 1247690448
        },
        {
            "start": 1247690449,
            "stop": 1247690531
        },
        {
            "start": 1247690533,
            "stop": 1247690588
        },
        {
            "start": 1247690589,
            "stop": 1247690632
        },
        {
            "start": 1247690633,
            "stop": 1247690646
        },
        {
            "start": 1247690647,
            "stop": 1247690687
        },
        {
            "start": 1247690688,
            "stop": 1247690716
        },
        {
            "start": 1247690722,
            "stop": 1247690735
        }
    ]
}