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=5661
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=5662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5660",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5661,
    "results": [
        {
            "start": 874541463,
            "stop": 874541477
        },
        {
            "start": 874541480,
            "stop": 874541492
        },
        {
            "start": 874541495,
            "stop": 874541619
        },
        {
            "start": 874541623,
            "stop": 874541761
        },
        {
            "start": 874541764,
            "stop": 874541867
        },
        {
            "start": 874541870,
            "stop": 874542006
        },
        {
            "start": 874542009,
            "stop": 874542020
        },
        {
            "start": 874542023,
            "stop": 874542124
        },
        {
            "start": 874542127,
            "stop": 874542143
        },
        {
            "start": 874542146,
            "stop": 874542217
        },
        {
            "start": 874542220,
            "stop": 874542257
        },
        {
            "start": 874542260,
            "stop": 874542388
        },
        {
            "start": 874542392,
            "stop": 874542516
        },
        {
            "start": 874542519,
            "stop": 874542554
        },
        {
            "start": 874542557,
            "stop": 874542703
        },
        {
            "start": 874542707,
            "stop": 874542754
        },
        {
            "start": 874542757,
            "stop": 874542768
        },
        {
            "start": 874542771,
            "stop": 874542824
        },
        {
            "start": 874542827,
            "stop": 874543131
        },
        {
            "start": 874543134,
            "stop": 874543217
        }
    ]
}