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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5283",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5284,
    "results": [
        {
            "start": 874836997,
            "stop": 874837001
        },
        {
            "start": 874837009,
            "stop": 874837774
        },
        {
            "start": 874837810,
            "stop": 874838196
        },
        {
            "start": 874838293,
            "stop": 874838329
        },
        {
            "start": 874838377,
            "stop": 874838624
        },
        {
            "start": 874838641,
            "stop": 874839038
        },
        {
            "start": 874839074,
            "stop": 874839295
        },
        {
            "start": 874839303,
            "stop": 874839694
        },
        {
            "start": 874839730,
            "stop": 874839937
        },
        {
            "start": 874839945,
            "stop": 874840138
        },
        {
            "start": 874840146,
            "stop": 874840312
        },
        {
            "start": 874840326,
            "stop": 874841152
        },
        {
            "start": 874841169,
            "stop": 874841327
        },
        {
            "start": 874841335,
            "stop": 874841870
        },
        {
            "start": 874841878,
            "stop": 874841903
        },
        {
            "start": 874841911,
            "stop": 874842769
        },
        {
            "start": 874842871,
            "stop": 874843261
        },
        {
            "start": 874843330,
            "stop": 874843456
        },
        {
            "start": 874843463,
            "stop": 874843468
        },
        {
            "start": 874843476,
            "stop": 874843566
        }
    ]
}