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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=69",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 70,
    "results": [
        {
            "start": 1373796108,
            "stop": 1373797689
        },
        {
            "start": 1373797694,
            "stop": 1373804953
        },
        {
            "start": 1373804958,
            "stop": 1373806983
        },
        {
            "start": 1373806988,
            "stop": 1373807606
        },
        {
            "start": 1373807611,
            "stop": 1373812254
        },
        {
            "start": 1373813456,
            "stop": 1373813531
        },
        {
            "start": 1373813536,
            "stop": 1373813590
        },
        {
            "start": 1373813595,
            "stop": 1373816282
        },
        {
            "start": 1373816287,
            "stop": 1373819773
        },
        {
            "start": 1373819778,
            "stop": 1373821609
        },
        {
            "start": 1373822194,
            "stop": 1373824061
        },
        {
            "start": 1373824066,
            "stop": 1373827872
        },
        {
            "start": 1373828054,
            "stop": 1373829249
        },
        {
            "start": 1373843734,
            "stop": 1373850087
        },
        {
            "start": 1373860025,
            "stop": 1373866044
        },
        {
            "start": 1373866114,
            "stop": 1373866142
        },
        {
            "start": 1373866359,
            "stop": 1373867314
        },
        {
            "start": 1373867318,
            "stop": 1373867784
        },
        {
            "start": 1373867789,
            "stop": 1373869762
        },
        {
            "start": 1373869766,
            "stop": 1373876414
        }
    ]
}