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=6452
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=6453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6451",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6452,
    "results": [
        {
            "start": 873945601,
            "stop": 873945700
        },
        {
            "start": 873945701,
            "stop": 873946125
        },
        {
            "start": 873946126,
            "stop": 873946833
        },
        {
            "start": 873946835,
            "stop": 873947222
        },
        {
            "start": 873947223,
            "stop": 873947427
        },
        {
            "start": 873947429,
            "stop": 873947477
        },
        {
            "start": 873947478,
            "stop": 873947602
        },
        {
            "start": 873947603,
            "stop": 873947814
        },
        {
            "start": 873947815,
            "stop": 873948256
        },
        {
            "start": 873948257,
            "stop": 873948678
        },
        {
            "start": 873948679,
            "stop": 873948919
        },
        {
            "start": 873948921,
            "stop": 873948962
        },
        {
            "start": 873948963,
            "stop": 873949225
        },
        {
            "start": 873949227,
            "stop": 873949235
        },
        {
            "start": 873949237,
            "stop": 873949332
        },
        {
            "start": 873949334,
            "stop": 873949514
        },
        {
            "start": 873949515,
            "stop": 873949532
        },
        {
            "start": 873949534,
            "stop": 873950719
        },
        {
            "start": 873950720,
            "stop": 873950943
        },
        {
            "start": 873950944,
            "stop": 873950983
        }
    ]
}