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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 78,
    "results": [
        {
            "start": 819225821,
            "stop": 819226019
        },
        {
            "start": 819226022,
            "stop": 819226499
        },
        {
            "start": 819228203,
            "stop": 819228378
        },
        {
            "start": 819229754,
            "stop": 819229992
        },
        {
            "start": 819229995,
            "stop": 819230113
        },
        {
            "start": 819230311,
            "stop": 819233686
        },
        {
            "start": 819233689,
            "stop": 819234373
        },
        {
            "start": 819234397,
            "stop": 819234398
        },
        {
            "start": 819235345,
            "stop": 819237348
        },
        {
            "start": 819237351,
            "stop": 819237960
        },
        {
            "start": 819237963,
            "stop": 819238093
        },
        {
            "start": 819238104,
            "stop": 819238105
        },
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819252803
        },
        {
            "start": 819252806,
            "stop": 819252809
        },
        {
            "start": 819252812,
            "stop": 819253031
        },
        {
            "start": 819253035,
            "stop": 819253573
        },
        {
            "start": 819253576,
            "stop": 819254204
        },
        {
            "start": 819254207,
            "stop": 819254700
        },
        {
            "start": 819254703,
            "stop": 819255072
        }
    ]
}