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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 233,
    "results": [
        {
            "start": 1240138454,
            "stop": 1240138566
        },
        {
            "start": 1240138567,
            "stop": 1240138643
        },
        {
            "start": 1240138644,
            "stop": 1240138688
        },
        {
            "start": 1240138691,
            "stop": 1240138707
        },
        {
            "start": 1240138710,
            "stop": 1240138771
        },
        {
            "start": 1240138772,
            "stop": 1240138879
        },
        {
            "start": 1240138880,
            "stop": 1240138891
        },
        {
            "start": 1240138892,
            "stop": 1240138932
        },
        {
            "start": 1240138933,
            "stop": 1240139025
        },
        {
            "start": 1240139027,
            "stop": 1240139034
        },
        {
            "start": 1240139035,
            "stop": 1240139046
        },
        {
            "start": 1240139048,
            "stop": 1240139067
        },
        {
            "start": 1240139070,
            "stop": 1240139089
        },
        {
            "start": 1240139093,
            "stop": 1240139111
        },
        {
            "start": 1240139114,
            "stop": 1240139319
        },
        {
            "start": 1240139320,
            "stop": 1240139321
        },
        {
            "start": 1240139322,
            "stop": 1240139595
        },
        {
            "start": 1240139596,
            "stop": 1240139624
        },
        {
            "start": 1240139627,
            "stop": 1240139630
        },
        {
            "start": 1240139633,
            "stop": 1240139698
        }
    ]
}