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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16586",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16584",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16585,
    "results": [
        {
            "start": 874711284,
            "stop": 874711325
        },
        {
            "start": 874711327,
            "stop": 874711370
        },
        {
            "start": 874711371,
            "stop": 874711595
        },
        {
            "start": 874711596,
            "stop": 874711608
        },
        {
            "start": 874711609,
            "stop": 874711622
        },
        {
            "start": 874711623,
            "stop": 874711638
        },
        {
            "start": 874711639,
            "stop": 874711684
        },
        {
            "start": 874711685,
            "stop": 874711774
        },
        {
            "start": 874711776,
            "stop": 874711892
        },
        {
            "start": 874711895,
            "stop": 874711925
        },
        {
            "start": 874711926,
            "stop": 874711970
        },
        {
            "start": 874711971,
            "stop": 874712000
        },
        {
            "start": 874712002,
            "stop": 874712057
        },
        {
            "start": 874712058,
            "stop": 874712149
        },
        {
            "start": 874712530,
            "stop": 874712559
        },
        {
            "start": 874712560,
            "stop": 874712677
        },
        {
            "start": 874712680,
            "stop": 874712927
        },
        {
            "start": 874712929,
            "stop": 874712950
        },
        {
            "start": 874712952,
            "stop": 874713028
        },
        {
            "start": 874713029,
            "stop": 874713038
        }
    ]
}