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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6384",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6385,
    "results": [
        {
            "start": 873539594,
            "stop": 873539604
        },
        {
            "start": 873539610,
            "stop": 873539616
        },
        {
            "start": 873539620,
            "stop": 873539627
        },
        {
            "start": 873539631,
            "stop": 873539638
        },
        {
            "start": 873539642,
            "stop": 873539649
        },
        {
            "start": 873539653,
            "stop": 873539660
        },
        {
            "start": 873539665,
            "stop": 873539672
        },
        {
            "start": 873539676,
            "stop": 873539684
        },
        {
            "start": 873539688,
            "stop": 873539694
        },
        {
            "start": 873539699,
            "stop": 873539702
        },
        {
            "start": 873539710,
            "stop": 873539721
        },
        {
            "start": 873539723,
            "stop": 873539725
        },
        {
            "start": 873539729,
            "stop": 873539733
        },
        {
            "start": 873539738,
            "stop": 873539741
        },
        {
            "start": 873539748,
            "stop": 873539754
        },
        {
            "start": 873539759,
            "stop": 873539769
        },
        {
            "start": 873539774,
            "stop": 873539780
        },
        {
            "start": 873539784,
            "stop": 873539786
        },
        {
            "start": 873540905,
            "stop": 873541119
        },
        {
            "start": 873541120,
            "stop": 873541400
        }
    ]
}