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=5720
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=5721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5719",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5720,
    "results": [
        {
            "start": 874605267,
            "stop": 874605281
        },
        {
            "start": 874605290,
            "stop": 874605296
        },
        {
            "start": 874605299,
            "stop": 874605305
        },
        {
            "start": 874605312,
            "stop": 874605319
        },
        {
            "start": 874605322,
            "stop": 874605324
        },
        {
            "start": 874605327,
            "stop": 874605352
        },
        {
            "start": 874605355,
            "stop": 874605356
        },
        {
            "start": 874605359,
            "stop": 874605384
        },
        {
            "start": 874605393,
            "stop": 874605432
        },
        {
            "start": 874605435,
            "stop": 874605464
        },
        {
            "start": 874605467,
            "stop": 874605470
        },
        {
            "start": 874605474,
            "stop": 874605475
        },
        {
            "start": 874605478,
            "stop": 874605522
        },
        {
            "start": 874605529,
            "stop": 874605555
        },
        {
            "start": 874605558,
            "stop": 874605560
        },
        {
            "start": 874605564,
            "stop": 874605571
        },
        {
            "start": 874605574,
            "stop": 874605576
        },
        {
            "start": 874605579,
            "stop": 874605600
        },
        {
            "start": 874605609,
            "stop": 874605620
        },
        {
            "start": 874605624,
            "stop": 874605637
        }
    ]
}