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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1741",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1739",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1740,
    "results": [
        {
            "start": 1249373757,
            "stop": 1249373999
        },
        {
            "start": 1249374002,
            "stop": 1249374264
        },
        {
            "start": 1249374267,
            "stop": 1249375489
        },
        {
            "start": 1249375492,
            "stop": 1249375516
        },
        {
            "start": 1249375519,
            "stop": 1249375843
        },
        {
            "start": 1249375846,
            "stop": 1249375984
        },
        {
            "start": 1249375987,
            "stop": 1249376019
        },
        {
            "start": 1249376022,
            "stop": 1249376091
        },
        {
            "start": 1249376094,
            "stop": 1249376517
        },
        {
            "start": 1249376520,
            "stop": 1249377756
        },
        {
            "start": 1249377759,
            "stop": 1249378120
        },
        {
            "start": 1249378123,
            "stop": 1249378244
        },
        {
            "start": 1249378247,
            "stop": 1249378477
        },
        {
            "start": 1249378480,
            "stop": 1249378770
        },
        {
            "start": 1249378773,
            "stop": 1249379096
        },
        {
            "start": 1249379099,
            "stop": 1249380493
        },
        {
            "start": 1249380496,
            "stop": 1249380829
        },
        {
            "start": 1249380832,
            "stop": 1249380984
        },
        {
            "start": 1249380987,
            "stop": 1249381810
        },
        {
            "start": 1249381813,
            "stop": 1249382299
        }
    ]
}