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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1616",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1614",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1615,
    "results": [
        {
            "start": 954286445,
            "stop": 954289246
        },
        {
            "start": 954289248,
            "stop": 954292337
        },
        {
            "start": 954293395,
            "stop": 954326067
        },
        {
            "start": 954326071,
            "stop": 954329345
        },
        {
            "start": 954329347,
            "stop": 954329393
        },
        {
            "start": 954329395,
            "stop": 954329410
        },
        {
            "start": 954331461,
            "stop": 954337740
        },
        {
            "start": 954337971,
            "stop": 954347172
        },
        {
            "start": 954350317,
            "stop": 954370683
        },
        {
            "start": 954374513,
            "stop": 954400373
        },
        {
            "start": 954400375,
            "stop": 954400819
        },
        {
            "start": 954400821,
            "stop": 954402055
        },
        {
            "start": 954402057,
            "stop": 954415260
        },
        {
            "start": 954419156,
            "stop": 954424711
        },
        {
            "start": 954425086,
            "stop": 954425107
        },
        {
            "start": 954425109,
            "stop": 954428620
        },
        {
            "start": 954428622,
            "stop": 954432745
        },
        {
            "start": 954432747,
            "stop": 954432788
        },
        {
            "start": 954432793,
            "stop": 954432795
        },
        {
            "start": 954432797,
            "stop": 954432822
        }
    ]
}