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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=22",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 23,
    "results": [
        {
            "start": 816206460,
            "stop": 816206472
        },
        {
            "start": 816206592,
            "stop": 816206827
        },
        {
            "start": 816206830,
            "stop": 816207502
        },
        {
            "start": 816207978,
            "stop": 816208378
        },
        {
            "start": 816210833,
            "stop": 816211080
        },
        {
            "start": 816211260,
            "stop": 816211274
        },
        {
            "start": 816213726,
            "stop": 816214080
        },
        {
            "start": 816214942,
            "stop": 816214996
        },
        {
            "start": 816247674,
            "stop": 816249339
        },
        {
            "start": 816249459,
            "stop": 816251715
        },
        {
            "start": 816251732,
            "stop": 816256128
        },
        {
            "start": 816256160,
            "stop": 816258720
        },
        {
            "start": 816258780,
            "stop": 816262464
        },
        {
            "start": 816262496,
            "stop": 816265620
        },
        {
            "start": 816265680,
            "stop": 816265724
        },
        {
            "start": 816265728,
            "stop": 816266372
        },
        {
            "start": 816266375,
            "stop": 816266589
        },
        {
            "start": 816266606,
            "stop": 816270883
        },
        {
            "start": 816271064,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271529
        }
    ]
}