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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=192",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 193,
    "results": [
        {
            "start": 821660761,
            "stop": 821660778
        },
        {
            "start": 821660781,
            "stop": 821660803
        },
        {
            "start": 821660806,
            "stop": 821660822
        },
        {
            "start": 821660825,
            "stop": 821660830
        },
        {
            "start": 821660833,
            "stop": 821660851
        },
        {
            "start": 821660854,
            "stop": 821660855
        },
        {
            "start": 821660858,
            "stop": 821660862
        },
        {
            "start": 821660865,
            "stop": 821660874
        },
        {
            "start": 821660877,
            "stop": 821660882
        },
        {
            "start": 821660885,
            "stop": 821660908
        },
        {
            "start": 821660911,
            "stop": 821660918
        },
        {
            "start": 821660921,
            "stop": 821660937
        },
        {
            "start": 821660940,
            "stop": 821660949
        },
        {
            "start": 821660952,
            "stop": 821660955
        },
        {
            "start": 821660958,
            "stop": 821660979
        },
        {
            "start": 821660982,
            "stop": 821660990
        },
        {
            "start": 821660993,
            "stop": 821660996
        },
        {
            "start": 821660999,
            "stop": 821661025
        },
        {
            "start": 821661028,
            "stop": 821661034
        },
        {
            "start": 821661037,
            "stop": 821661061
        }
    ]
}