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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40602",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40600",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40601,
    "results": [
        {
            "start": 874884860,
            "stop": 874884892
        },
        {
            "start": 874884893,
            "stop": 874884919
        },
        {
            "start": 874884921,
            "stop": 874884980
        },
        {
            "start": 874884981,
            "stop": 874884989
        },
        {
            "start": 874884991,
            "stop": 874885035
        },
        {
            "start": 874885036,
            "stop": 874885089
        },
        {
            "start": 874885090,
            "stop": 874885114
        },
        {
            "start": 874885116,
            "stop": 874885131
        },
        {
            "start": 874885135,
            "stop": 874885140
        },
        {
            "start": 874885363,
            "stop": 874885371
        },
        {
            "start": 874885372,
            "stop": 874885376
        },
        {
            "start": 874885378,
            "stop": 874885381
        },
        {
            "start": 874885382,
            "stop": 874885386
        },
        {
            "start": 874885388,
            "stop": 874885392
        },
        {
            "start": 874885393,
            "stop": 874885396
        },
        {
            "start": 874885399,
            "stop": 874885403
        },
        {
            "start": 874885404,
            "stop": 874885408
        },
        {
            "start": 874885409,
            "stop": 874885413
        },
        {
            "start": 874885415,
            "stop": 874885417
        },
        {
            "start": 874885418,
            "stop": 874885419
        }
    ]
}