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_CBC_CAT1/segments?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT1/segments?format=api&page=2",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 3,
    "results": [
        {
            "start": 1369805217,
            "stop": 1369816396
        },
        {
            "start": 1369827426,
            "stop": 1369829198
        },
        {
            "start": 1369837682,
            "stop": 1369922212
        },
        {
            "start": 1369939918,
            "stop": 1369945707
        },
        {
            "start": 1369945733,
            "stop": 1369947267
        },
        {
            "start": 1369951467,
            "stop": 1369964701
        },
        {
            "start": 1369980477,
            "stop": 1369998986
        },
        {
            "start": 1370008298,
            "stop": 1370024237
        },
        {
            "start": 1370036058,
            "stop": 1370036139
        },
        {
            "start": 1370036174,
            "stop": 1370049701
        },
        {
            "start": 1370050230,
            "stop": 1370054095
        },
        {
            "start": 1370054163,
            "stop": 1370079439
        },
        {
            "start": 1370086491,
            "stop": 1370090937
        },
        {
            "start": 1370095514,
            "stop": 1370096175
        },
        {
            "start": 1370096788,
            "stop": 1370097052
        },
        {
            "start": 1370129380,
            "stop": 1370133094
        },
        {
            "start": 1370136007,
            "stop": 1370164042
        },
        {
            "start": 1370169825,
            "stop": 1370190930
        },
        {
            "start": 1370195593,
            "stop": 1370207265
        },
        {
            "start": 1370214398,
            "stop": 1370227554
        }
    ]
}