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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=16",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 17,
    "results": [
        {
            "start": 816476029,
            "stop": 816481249
        },
        {
            "start": 816481778,
            "stop": 816484833
        },
        {
            "start": 816484836,
            "stop": 816493364
        },
        {
            "start": 816494067,
            "stop": 816494264
        },
        {
            "start": 816494664,
            "stop": 816498097
        },
        {
            "start": 816498100,
            "stop": 816500099
        },
        {
            "start": 816501988,
            "stop": 816526378
        },
        {
            "start": 816528561,
            "stop": 816534883
        },
        {
            "start": 816535419,
            "stop": 816536299
        },
        {
            "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
        }
    ]
}