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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=420",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 421,
    "results": [
        {
            "start": 847799348,
            "stop": 847799389
        },
        {
            "start": 847799390,
            "stop": 847799431
        },
        {
            "start": 847799433,
            "stop": 847799450
        },
        {
            "start": 847799451,
            "stop": 847799455
        },
        {
            "start": 847799456,
            "stop": 847799481
        },
        {
            "start": 847799482,
            "stop": 847799498
        },
        {
            "start": 847799499,
            "stop": 847799516
        },
        {
            "start": 847799518,
            "stop": 847799549
        },
        {
            "start": 847799550,
            "stop": 847799556
        },
        {
            "start": 847799558,
            "stop": 847799583
        },
        {
            "start": 847799585,
            "stop": 847799630
        },
        {
            "start": 847799632,
            "stop": 847799651
        },
        {
            "start": 847799652,
            "stop": 847799687
        },
        {
            "start": 847799688,
            "stop": 847799713
        },
        {
            "start": 847799714,
            "stop": 847799730
        },
        {
            "start": 847799731,
            "stop": 847799794
        },
        {
            "start": 847799795,
            "stop": 847799797
        },
        {
            "start": 847799799,
            "stop": 847799815
        },
        {
            "start": 847799816,
            "stop": 847799842
        },
        {
            "start": 847799843,
            "stop": 847799857
        }
    ]
}