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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=484",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=482",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 483,
    "results": [
        {
            "start": 1184490447,
            "stop": 1184490830
        },
        {
            "start": 1184490832,
            "stop": 1184490945
        },
        {
            "start": 1184490949,
            "stop": 1184490950
        },
        {
            "start": 1184490953,
            "stop": 1184490958
        },
        {
            "start": 1184490961,
            "stop": 1184491878
        },
        {
            "start": 1184491880,
            "stop": 1184491886
        },
        {
            "start": 1184491888,
            "stop": 1184492763
        },
        {
            "start": 1184492772,
            "stop": 1184492774
        },
        {
            "start": 1184492776,
            "stop": 1184492783
        },
        {
            "start": 1184492788,
            "stop": 1184492795
        },
        {
            "start": 1184492806,
            "stop": 1184492808
        },
        {
            "start": 1184492818,
            "stop": 1184492822
        },
        {
            "start": 1184492825,
            "stop": 1184492851
        },
        {
            "start": 1184492853,
            "stop": 1184493465
        },
        {
            "start": 1184493467,
            "stop": 1184495866
        },
        {
            "start": 1184495868,
            "stop": 1184496119
        },
        {
            "start": 1184496121,
            "stop": 1184496123
        },
        {
            "start": 1184496125,
            "stop": 1184496126
        },
        {
            "start": 1184496128,
            "stop": 1184496304
        },
        {
            "start": 1184496305,
            "stop": 1184497321
        }
    ]
}