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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=324",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 325,
    "results": [
        {
            "start": 852497715,
            "stop": 852497730
        },
        {
            "start": 852497735,
            "stop": 852498014
        },
        {
            "start": 852498314,
            "stop": 852498666
        },
        {
            "start": 852498669,
            "stop": 852498678
        },
        {
            "start": 852498681,
            "stop": 852500221
        },
        {
            "start": 852500225,
            "stop": 852500299
        },
        {
            "start": 852500302,
            "stop": 852500304
        },
        {
            "start": 852500309,
            "stop": 852500315
        },
        {
            "start": 852500321,
            "stop": 852501185
        },
        {
            "start": 852501188,
            "stop": 852501194
        },
        {
            "start": 852501199,
            "stop": 852501201
        },
        {
            "start": 852501206,
            "stop": 852501494
        },
        {
            "start": 852501498,
            "stop": 852502329
        },
        {
            "start": 852502629,
            "stop": 852503840
        },
        {
            "start": 852504322,
            "stop": 852504336
        },
        {
            "start": 852504446,
            "stop": 852505403
        },
        {
            "start": 852505406,
            "stop": 852505414
        },
        {
            "start": 852505417,
            "stop": 852505552
        },
        {
            "start": 852505558,
            "stop": 852505567
        },
        {
            "start": 852505573,
            "stop": 852505580
        }
    ]
}