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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 49,
    "results": [
        {
            "start": 1371452033,
            "stop": 1371458503
        },
        {
            "start": 1371458508,
            "stop": 1371460873
        },
        {
            "start": 1371460878,
            "stop": 1371467460
        },
        {
            "start": 1371467464,
            "stop": 1371470573
        },
        {
            "start": 1371470578,
            "stop": 1371472809
        },
        {
            "start": 1371472812,
            "stop": 1371477245
        },
        {
            "start": 1371477714,
            "stop": 1371477962
        },
        {
            "start": 1371477967,
            "stop": 1371479777
        },
        {
            "start": 1371479782,
            "stop": 1371486523
        },
        {
            "start": 1371486528,
            "stop": 1371487282
        },
        {
            "start": 1371487287,
            "stop": 1371488510
        },
        {
            "start": 1371488515,
            "stop": 1371488529
        },
        {
            "start": 1371488534,
            "stop": 1371488986
        },
        {
            "start": 1371488989,
            "stop": 1371489324
        },
        {
            "start": 1371504312,
            "stop": 1371509063
        },
        {
            "start": 1371511876,
            "stop": 1371523758
        },
        {
            "start": 1371523763,
            "stop": 1371529618
        },
        {
            "start": 1371529621,
            "stop": 1371532987
        },
        {
            "start": 1371532992,
            "stop": 1371534172
        },
        {
            "start": 1371534177,
            "stop": 1371538411
        }
    ]
}