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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=24",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 25,
    "results": [
        {
            "start": 1369996795,
            "stop": 1369996835
        },
        {
            "start": 1369996840,
            "stop": 1369996982
        },
        {
            "start": 1369996987,
            "stop": 1369997423
        },
        {
            "start": 1369997428,
            "stop": 1369998986
        },
        {
            "start": 1370008298,
            "stop": 1370015415
        },
        {
            "start": 1370015420,
            "stop": 1370016407
        },
        {
            "start": 1370016412,
            "stop": 1370017157
        },
        {
            "start": 1370017162,
            "stop": 1370021830
        },
        {
            "start": 1370021833,
            "stop": 1370023873
        },
        {
            "start": 1370023877,
            "stop": 1370024232
        },
        {
            "start": 1370036058,
            "stop": 1370036139
        },
        {
            "start": 1370036174,
            "stop": 1370043916
        },
        {
            "start": 1370043921,
            "stop": 1370049701
        },
        {
            "start": 1370050230,
            "stop": 1370050833
        },
        {
            "start": 1370050838,
            "stop": 1370053919
        },
        {
            "start": 1370053924,
            "stop": 1370054095
        },
        {
            "start": 1370054163,
            "stop": 1370057938
        },
        {
            "start": 1370057942,
            "stop": 1370061809
        },
        {
            "start": 1370061814,
            "stop": 1370063422
        },
        {
            "start": 1370063425,
            "stop": 1370067602
        }
    ]
}