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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5658",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5659,
    "results": [
        {
            "start": 874524303,
            "stop": 874524309
        },
        {
            "start": 874524312,
            "stop": 874524324
        },
        {
            "start": 874524327,
            "stop": 874524366
        },
        {
            "start": 874524369,
            "stop": 874524370
        },
        {
            "start": 874524376,
            "stop": 874524384
        },
        {
            "start": 874524390,
            "stop": 874524413
        },
        {
            "start": 874524416,
            "stop": 874524436
        },
        {
            "start": 874524441,
            "stop": 874524477
        },
        {
            "start": 874524481,
            "stop": 874524488
        },
        {
            "start": 874524493,
            "stop": 874524494
        },
        {
            "start": 874524501,
            "stop": 874524510
        },
        {
            "start": 874524513,
            "stop": 874524516
        },
        {
            "start": 874524519,
            "stop": 874524526
        },
        {
            "start": 874524532,
            "stop": 874524535
        },
        {
            "start": 874524541,
            "stop": 874524543
        },
        {
            "start": 874524546,
            "stop": 874524558
        },
        {
            "start": 874524564,
            "stop": 874524576
        },
        {
            "start": 874524582,
            "stop": 874524584
        },
        {
            "start": 874524590,
            "stop": 874524592
        },
        {
            "start": 874524595,
            "stop": 874524596
        }
    ]
}