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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=162",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 163,
    "results": [
        {
            "start": 821546948,
            "stop": 821546968
        },
        {
            "start": 821546971,
            "stop": 821547004
        },
        {
            "start": 821547007,
            "stop": 821547042
        },
        {
            "start": 821547047,
            "stop": 821547059
        },
        {
            "start": 821547062,
            "stop": 821547167
        },
        {
            "start": 821547170,
            "stop": 821547247
        },
        {
            "start": 821547250,
            "stop": 821547313
        },
        {
            "start": 821547316,
            "stop": 821547331
        },
        {
            "start": 821547334,
            "stop": 821547336
        },
        {
            "start": 821547339,
            "stop": 821547390
        },
        {
            "start": 821547393,
            "stop": 821547499
        },
        {
            "start": 821547502,
            "stop": 821547712
        },
        {
            "start": 821547715,
            "stop": 821547737
        },
        {
            "start": 821547740,
            "stop": 821547796
        },
        {
            "start": 821547799,
            "stop": 821547997
        },
        {
            "start": 821548000,
            "stop": 821548270
        },
        {
            "start": 821548273,
            "stop": 821548543
        },
        {
            "start": 821548546,
            "stop": 821548692
        },
        {
            "start": 821549012,
            "stop": 821549046
        },
        {
            "start": 821549049,
            "stop": 821549064
        }
    ]
}