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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=350",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 351,
    "results": [
        {
            "start": 857761823,
            "stop": 857761829
        },
        {
            "start": 857761842,
            "stop": 857761853
        },
        {
            "start": 857761857,
            "stop": 857761862
        },
        {
            "start": 857761866,
            "stop": 857761877
        },
        {
            "start": 857761880,
            "stop": 857761886
        },
        {
            "start": 857761890,
            "stop": 857761997
        },
        {
            "start": 857762001,
            "stop": 857762007
        },
        {
            "start": 857762020,
            "stop": 857762026
        },
        {
            "start": 857762030,
            "stop": 857762232
        },
        {
            "start": 857762236,
            "stop": 857762251
        },
        {
            "start": 857762255,
            "stop": 857762300
        },
        {
            "start": 857762303,
            "stop": 857762347
        },
        {
            "start": 857762350,
            "stop": 857762356
        },
        {
            "start": 857762364,
            "stop": 857762404
        },
        {
            "start": 857762422,
            "stop": 857762429
        },
        {
            "start": 857762443,
            "stop": 857762448
        },
        {
            "start": 857762462,
            "stop": 857762559
        },
        {
            "start": 857762572,
            "stop": 857762578
        },
        {
            "start": 857762601,
            "stop": 857762617
        },
        {
            "start": 857762625,
            "stop": 857763107
        }
    ]
}