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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=18",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 19,
    "results": [
        {
            "start": 931162370,
            "stop": 931162371
        },
        {
            "start": 931162383,
            "stop": 931162384
        },
        {
            "start": 931162388,
            "stop": 931162390
        },
        {
            "start": 931162401,
            "stop": 931162403
        },
        {
            "start": 931162416,
            "stop": 931162424
        },
        {
            "start": 931162429,
            "stop": 931162430
        },
        {
            "start": 931162438,
            "stop": 931162443
        },
        {
            "start": 931162450,
            "stop": 931162454
        },
        {
            "start": 931162460,
            "stop": 931162463
        },
        {
            "start": 931162470,
            "stop": 931162477
        },
        {
            "start": 931162483,
            "stop": 931162484
        },
        {
            "start": 931162494,
            "stop": 931162496
        },
        {
            "start": 931162499,
            "stop": 931162512
        },
        {
            "start": 931162520,
            "stop": 931162522
        },
        {
            "start": 931162535,
            "stop": 931162537
        },
        {
            "start": 931162542,
            "stop": 931162544
        },
        {
            "start": 931162549,
            "stop": 931162550
        },
        {
            "start": 931162558,
            "stop": 931162563
        },
        {
            "start": 931162567,
            "stop": 931162568
        },
        {
            "start": 931162595,
            "stop": 931162597
        }
    ]
}