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=6662
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=6663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6661",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6662,
    "results": [
        {
            "start": 875045535,
            "stop": 875045588
        },
        {
            "start": 875045589,
            "stop": 875045699
        },
        {
            "start": 875045700,
            "stop": 875045702
        },
        {
            "start": 875045703,
            "stop": 875045828
        },
        {
            "start": 875045830,
            "stop": 875046107
        },
        {
            "start": 875046109,
            "stop": 875046128
        },
        {
            "start": 875046131,
            "stop": 875046188
        },
        {
            "start": 875046192,
            "stop": 875046297
        },
        {
            "start": 875046299,
            "stop": 875046314
        },
        {
            "start": 875046315,
            "stop": 875046322
        },
        {
            "start": 875046323,
            "stop": 875046364
        },
        {
            "start": 875046366,
            "stop": 875046387
        },
        {
            "start": 875046389,
            "stop": 875046413
        },
        {
            "start": 875046415,
            "stop": 875046433
        },
        {
            "start": 875046434,
            "stop": 875046449
        },
        {
            "start": 875046450,
            "stop": 875046476
        },
        {
            "start": 875046477,
            "stop": 875046497
        },
        {
            "start": 875046499,
            "stop": 875046508
        },
        {
            "start": 875046509,
            "stop": 875046523
        },
        {
            "start": 875046525,
            "stop": 875046532
        }
    ]
}