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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_NO_CW_HW_INJ/segments?format=api&page=2",
    "previous": null,
    "results_count": 88,
    "results_per_page": 20,
    "num_pages": 5,
    "page_number": 1,
    "results": [
        {
            "start": 1368283711,
            "stop": 1368288712
        },
        {
            "start": 1368289020,
            "stop": 1368289103
        },
        {
            "start": 1368464352,
            "stop": 1368467773
        },
        {
            "start": 1368540246,
            "stop": 1368547208
        },
        {
            "start": 1368890318,
            "stop": 1368895679
        },
        {
            "start": 1368896064,
            "stop": 1368896076
        },
        {
            "start": 1368897792,
            "stop": 1368906355
        },
        {
            "start": 1368909041,
            "stop": 1368909051
        },
        {
            "start": 1369014023,
            "stop": 1369014025
        },
        {
            "start": 1369500320,
            "stop": 1369500332
        },
        {
            "start": 1369500924,
            "stop": 1369501038
        },
        {
            "start": 1370185876,
            "stop": 1370189789
        },
        {
            "start": 1370701206,
            "stop": 1370702860
        },
        {
            "start": 1370704588,
            "stop": 1370706000
        },
        {
            "start": 1370708310,
            "stop": 1370708381
        },
        {
            "start": 1371306715,
            "stop": 1371306718
        },
        {
            "start": 1371306719,
            "stop": 1371306725
        },
        {
            "start": 1371306726,
            "stop": 1371306729
        },
        {
            "start": 1371306730,
            "stop": 1371306760
        },
        {
            "start": 1371306761,
            "stop": 1371306762
        }
    ]
}