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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46798",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46799,
    "results": [
        {
            "start": 875118121,
            "stop": 875118122
        },
        {
            "start": 875118123,
            "stop": 875118164
        },
        {
            "start": 875118165,
            "stop": 875118202
        },
        {
            "start": 875118203,
            "stop": 875118212
        },
        {
            "start": 875118213,
            "stop": 875118266
        },
        {
            "start": 875118268,
            "stop": 875118272
        },
        {
            "start": 875118275,
            "stop": 875118282
        },
        {
            "start": 875118283,
            "stop": 875118291
        },
        {
            "start": 875118293,
            "stop": 875118310
        },
        {
            "start": 875118312,
            "stop": 875118322
        },
        {
            "start": 875118323,
            "stop": 875118324
        },
        {
            "start": 875118325,
            "stop": 875118328
        },
        {
            "start": 875118329,
            "stop": 875118425
        },
        {
            "start": 875118428,
            "stop": 875118454
        },
        {
            "start": 875118455,
            "stop": 875118494
        },
        {
            "start": 875118495,
            "stop": 875118557
        },
        {
            "start": 875118558,
            "stop": 875118562
        },
        {
            "start": 875118563,
            "stop": 875118573
        },
        {
            "start": 875118574,
            "stop": 875118614
        },
        {
            "start": 875118615,
            "stop": 875118617
        }
    ]
}