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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=38",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 39,
    "results": [
        {
            "start": 931250565,
            "stop": 931250576
        },
        {
            "start": 931250580,
            "stop": 931250581
        },
        {
            "start": 931250598,
            "stop": 931250603
        },
        {
            "start": 931250622,
            "stop": 931250631
        },
        {
            "start": 931250633,
            "stop": 931250635
        },
        {
            "start": 931250643,
            "stop": 931250644
        },
        {
            "start": 931250655,
            "stop": 931250658
        },
        {
            "start": 931250662,
            "stop": 931250664
        },
        {
            "start": 931250666,
            "stop": 931250670
        },
        {
            "start": 931250672,
            "stop": 931250678
        },
        {
            "start": 931250681,
            "stop": 931250707
        },
        {
            "start": 931250709,
            "stop": 931250723
        },
        {
            "start": 931250725,
            "stop": 931250729
        },
        {
            "start": 931250733,
            "stop": 931250734
        },
        {
            "start": 931250736,
            "stop": 931250737
        },
        {
            "start": 931250739,
            "stop": 931250753
        },
        {
            "start": 931250755,
            "stop": 931250756
        },
        {
            "start": 931250759,
            "stop": 931250763
        },
        {
            "start": 931250765,
            "stop": 931250768
        },
        {
            "start": 931250770,
            "stop": 931250796
        }
    ]
}