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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14862",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14860",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14861,
    "results": [
        {
            "start": 971409521,
            "stop": 971409525
        },
        {
            "start": 971409527,
            "stop": 971409530
        },
        {
            "start": 971409532,
            "stop": 971409537
        },
        {
            "start": 971409539,
            "stop": 971409540
        },
        {
            "start": 971409542,
            "stop": 971409549
        },
        {
            "start": 971409550,
            "stop": 971409565
        },
        {
            "start": 971409566,
            "stop": 971409570
        },
        {
            "start": 971409574,
            "stop": 971409575
        },
        {
            "start": 971409576,
            "stop": 971409578
        },
        {
            "start": 971409582,
            "stop": 971409584
        },
        {
            "start": 971409586,
            "stop": 971409587
        },
        {
            "start": 971409589,
            "stop": 971409591
        },
        {
            "start": 971409592,
            "stop": 971409594
        },
        {
            "start": 971409597,
            "stop": 971409602
        },
        {
            "start": 971409603,
            "stop": 971409606
        },
        {
            "start": 971409608,
            "stop": 971409609
        },
        {
            "start": 971409610,
            "stop": 971409611
        },
        {
            "start": 971409613,
            "stop": 971409615
        },
        {
            "start": 971409616,
            "stop": 971409624
        },
        {
            "start": 971409626,
            "stop": 971409631
        }
    ]
}