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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5382",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5380",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5381,
    "results": [
        {
            "start": 971599454,
            "stop": 971599457
        },
        {
            "start": 971599460,
            "stop": 971599572
        },
        {
            "start": 971599576,
            "stop": 971599703
        },
        {
            "start": 971599706,
            "stop": 971599719
        },
        {
            "start": 971599722,
            "stop": 971599776
        },
        {
            "start": 971599779,
            "stop": 971599866
        },
        {
            "start": 971599869,
            "stop": 971599988
        },
        {
            "start": 971599991,
            "stop": 971600058
        },
        {
            "start": 971600066,
            "stop": 971600112
        },
        {
            "start": 971600115,
            "stop": 971600124
        },
        {
            "start": 971600127,
            "stop": 971600158
        },
        {
            "start": 971600161,
            "stop": 971600167
        },
        {
            "start": 971600173,
            "stop": 971600175
        },
        {
            "start": 971600179,
            "stop": 971600233
        },
        {
            "start": 971600237,
            "stop": 971600306
        },
        {
            "start": 971600309,
            "stop": 971600350
        },
        {
            "start": 971600355,
            "stop": 971600375
        },
        {
            "start": 971600378,
            "stop": 971600479
        },
        {
            "start": 971600482,
            "stop": 971600524
        },
        {
            "start": 971600527,
            "stop": 971600540
        }
    ]
}