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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=516",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=514",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 515,
    "results": [
        {
            "start": 825812931,
            "stop": 825814462
        },
        {
            "start": 825814862,
            "stop": 825815685
        },
        {
            "start": 825816087,
            "stop": 825822429
        },
        {
            "start": 825824273,
            "stop": 825841393
        },
        {
            "start": 825842368,
            "stop": 825868629
        },
        {
            "start": 825868630,
            "stop": 825873716
        },
        {
            "start": 825876357,
            "stop": 825876816
        },
        {
            "start": 825876818,
            "stop": 825880388
        },
        {
            "start": 825883313,
            "stop": 825883961
        },
        {
            "start": 825883962,
            "stop": 825884041
        },
        {
            "start": 825884042,
            "stop": 825884642
        },
        {
            "start": 825884643,
            "stop": 825889227
        },
        {
            "start": 825898531,
            "stop": 825898683
        },
        {
            "start": 825908198,
            "stop": 825908322
        },
        {
            "start": 825908324,
            "stop": 825908528
        },
        {
            "start": 825908530,
            "stop": 825908641
        },
        {
            "start": 825908642,
            "stop": 825908738
        },
        {
            "start": 825908739,
            "stop": 825908830
        },
        {
            "start": 825908831,
            "stop": 825909058
        },
        {
            "start": 825909062,
            "stop": 825909421
        }
    ]
}