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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3419",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3417",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3418,
    "results": [
        {
            "start": 969658783,
            "stop": 969658813
        },
        {
            "start": 969658816,
            "stop": 969658817
        },
        {
            "start": 969658821,
            "stop": 969658843
        },
        {
            "start": 969658846,
            "stop": 969658856
        },
        {
            "start": 969658859,
            "stop": 969658962
        },
        {
            "start": 969659002,
            "stop": 969659087
        },
        {
            "start": 969659147,
            "stop": 969659170
        },
        {
            "start": 969659173,
            "stop": 969659212
        },
        {
            "start": 969659215,
            "stop": 969659222
        },
        {
            "start": 969659225,
            "stop": 969659237
        },
        {
            "start": 969659240,
            "stop": 969659252
        },
        {
            "start": 969659255,
            "stop": 969659319
        },
        {
            "start": 969659322,
            "stop": 969659324
        },
        {
            "start": 969659327,
            "stop": 969659363
        },
        {
            "start": 969659366,
            "stop": 969659513
        },
        {
            "start": 969659516,
            "stop": 969659682
        },
        {
            "start": 969659722,
            "stop": 969659802
        },
        {
            "start": 969659813,
            "stop": 969659907
        },
        {
            "start": 969660107,
            "stop": 969660419
        },
        {
            "start": 969660430,
            "stop": 969660463
        }
    ]
}