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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=16",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 17,
    "results": [
        {
            "start": 933676947,
            "stop": 933678423
        },
        {
            "start": 933684784,
            "stop": 933685533
        },
        {
            "start": 933686222,
            "stop": 933686531
        },
        {
            "start": 933687004,
            "stop": 933687171
        },
        {
            "start": 933687670,
            "stop": 933688194
        },
        {
            "start": 933688811,
            "stop": 933688848
        },
        {
            "start": 933690244,
            "stop": 933690472
        },
        {
            "start": 933691001,
            "stop": 933691774
        },
        {
            "start": 933692386,
            "stop": 933692684
        },
        {
            "start": 933693197,
            "stop": 933694191
        },
        {
            "start": 933694689,
            "stop": 933695566
        },
        {
            "start": 933696299,
            "stop": 933697010
        },
        {
            "start": 933699013,
            "stop": 933701646
        },
        {
            "start": 933703007,
            "stop": 933703043
        },
        {
            "start": 933703982,
            "stop": 933705133
        },
        {
            "start": 933706234,
            "stop": 933707280
        },
        {
            "start": 933707655,
            "stop": 933707890
        },
        {
            "start": 933708937,
            "stop": 933709892
        },
        {
            "start": 933711231,
            "stop": 933712462
        },
        {
            "start": 933714384,
            "stop": 933727094
        }
    ]
}