Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8127
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8126",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8127,
    "results": [
        {
            "start": 872945440,
            "stop": 872945576
        },
        {
            "start": 872971200,
            "stop": 872971437
        },
        {
            "start": 872971466,
            "stop": 872971723
        },
        {
            "start": 872971820,
            "stop": 872971840
        },
        {
            "start": 872971857,
            "stop": 872971867
        },
        {
            "start": 872971884,
            "stop": 872972156
        },
        {
            "start": 872972442,
            "stop": 872972456
        },
        {
            "start": 872972473,
            "stop": 872972511
        },
        {
            "start": 872972529,
            "stop": 872972545
        },
        {
            "start": 872972693,
            "stop": 872972759
        },
        {
            "start": 872972776,
            "stop": 872972783
        },
        {
            "start": 872972800,
            "stop": 872972819
        },
        {
            "start": 872972849,
            "stop": 872972853
        },
        {
            "start": 872972886,
            "stop": 872972889
        },
        {
            "start": 872972923,
            "stop": 872972932
        },
        {
            "start": 872972950,
            "stop": 872972965
        },
        {
            "start": 872972998,
            "stop": 872973017
        },
        {
            "start": 872973034,
            "stop": 872973041
        },
        {
            "start": 872973075,
            "stop": 872973080
        },
        {
            "start": 872973120,
            "stop": 872973151
        }
    ]
}