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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=75",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 76,
    "results": [
        {
            "start": 816536300,
            "stop": 816539873
        },
        {
            "start": 816539876,
            "stop": 816540619
        },
        {
            "start": 816541199,
            "stop": 816545843
        },
        {
            "start": 816545845,
            "stop": 816548396
        },
        {
            "start": 816548914,
            "stop": 816562096
        },
        {
            "start": 816562097,
            "stop": 816563011
        },
        {
            "start": 816563484,
            "stop": 816571954
        },
        {
            "start": 816572486,
            "stop": 816575015
        },
        {
            "start": 816575017,
            "stop": 816575975
        },
        {
            "start": 816575977,
            "stop": 816578879
        },
        {
            "start": 816578882,
            "stop": 816594237
        },
        {
            "start": 816594240,
            "stop": 816597523
        },
        {
            "start": 816597704,
            "stop": 816597883
        },
        {
            "start": 816598064,
            "stop": 816598243
        },
        {
            "start": 816598424,
            "stop": 816611487
        },
        {
            "start": 816611489,
            "stop": 816612149
        },
        {
            "start": 816612152,
            "stop": 816613233
        },
        {
            "start": 816613236,
            "stop": 816615583
        },
        {
            "start": 816615764,
            "stop": 816622884
        },
        {
            "start": 816622887,
            "stop": 816623022
        }
    ]
}