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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=215",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 216,
    "results": [
        {
            "start": 1388672912,
            "stop": 1388676905
        },
        {
            "start": 1388676910,
            "stop": 1388684589
        },
        {
            "start": 1388684594,
            "stop": 1388687557
        },
        {
            "start": 1388687562,
            "stop": 1388688907
        },
        {
            "start": 1388695300,
            "stop": 1388698866
        },
        {
            "start": 1388701952,
            "stop": 1388703297
        },
        {
            "start": 1388703302,
            "stop": 1388705325
        },
        {
            "start": 1388705330,
            "stop": 1388713981
        },
        {
            "start": 1388713986,
            "stop": 1388719543
        },
        {
            "start": 1388719656,
            "stop": 1388723120
        },
        {
            "start": 1388723125,
            "stop": 1388734396
        },
        {
            "start": 1388734401,
            "stop": 1388737827
        },
        {
            "start": 1388737832,
            "stop": 1388742797
        },
        {
            "start": 1388742802,
            "stop": 1388747466
        },
        {
            "start": 1388747471,
            "stop": 1388748387
        },
        {
            "start": 1388748392,
            "stop": 1388748937
        },
        {
            "start": 1388748943,
            "stop": 1388753883
        },
        {
            "start": 1388753888,
            "stop": 1388755589
        },
        {
            "start": 1388755594,
            "stop": 1388758433
        },
        {
            "start": 1388758438,
            "stop": 1388761860
        }
    ]
}