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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 45,
    "results": [
        {
            "start": 1371271060,
            "stop": 1371271142
        },
        {
            "start": 1371271147,
            "stop": 1371271599
        },
        {
            "start": 1371271604,
            "stop": 1371271631
        },
        {
            "start": 1371271636,
            "stop": 1371271876
        },
        {
            "start": 1371271881,
            "stop": 1371273031
        },
        {
            "start": 1371273036,
            "stop": 1371273464
        },
        {
            "start": 1371273469,
            "stop": 1371275079
        },
        {
            "start": 1371275084,
            "stop": 1371275534
        },
        {
            "start": 1371275537,
            "stop": 1371275870
        },
        {
            "start": 1371275875,
            "stop": 1371275876
        },
        {
            "start": 1371275881,
            "stop": 1371275969
        },
        {
            "start": 1371275979,
            "stop": 1371276812
        },
        {
            "start": 1371276817,
            "stop": 1371277565
        },
        {
            "start": 1371277570,
            "stop": 1371277583
        },
        {
            "start": 1371277588,
            "stop": 1371277606
        },
        {
            "start": 1371277611,
            "stop": 1371277645
        },
        {
            "start": 1371277650,
            "stop": 1371277811
        },
        {
            "start": 1371277816,
            "stop": 1371277845
        },
        {
            "start": 1371277850,
            "stop": 1371278622
        },
        {
            "start": 1371278627,
            "stop": 1371279083
        }
    ]
}