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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 103,
    "results": [
        {
            "start": 1376993825,
            "stop": 1376996347
        },
        {
            "start": 1376996352,
            "stop": 1377001636
        },
        {
            "start": 1377001641,
            "stop": 1377001735
        },
        {
            "start": 1377001740,
            "stop": 1377005259
        },
        {
            "start": 1377005264,
            "stop": 1377006062
        },
        {
            "start": 1377006067,
            "stop": 1377010888
        },
        {
            "start": 1377010893,
            "stop": 1377015504
        },
        {
            "start": 1377015509,
            "stop": 1377017085
        },
        {
            "start": 1377017090,
            "stop": 1377023474
        },
        {
            "start": 1377023479,
            "stop": 1377023569
        },
        {
            "start": 1377023574,
            "stop": 1377023596
        },
        {
            "start": 1377023605,
            "stop": 1377023619
        },
        {
            "start": 1377023624,
            "stop": 1377023628
        },
        {
            "start": 1377023633,
            "stop": 1377023863
        },
        {
            "start": 1377023868,
            "stop": 1377025519
        },
        {
            "start": 1377025524,
            "stop": 1377025549
        },
        {
            "start": 1377025554,
            "stop": 1377025593
        },
        {
            "start": 1377025598,
            "stop": 1377027055
        },
        {
            "start": 1377027060,
            "stop": 1377029919
        },
        {
            "start": 1377036031,
            "stop": 1377038199
        }
    ]
}