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=16703
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=16704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16702",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16703,
    "results": [
        {
            "start": 874970650,
            "stop": 874970807
        },
        {
            "start": 874970808,
            "stop": 874971026
        },
        {
            "start": 874971027,
            "stop": 874971182
        },
        {
            "start": 874971183,
            "stop": 874971644
        },
        {
            "start": 874971647,
            "stop": 874971757
        },
        {
            "start": 874971758,
            "stop": 874972025
        },
        {
            "start": 874972028,
            "stop": 874972083
        },
        {
            "start": 874972084,
            "stop": 874972129
        },
        {
            "start": 874972130,
            "stop": 874972195
        },
        {
            "start": 874972197,
            "stop": 874972602
        },
        {
            "start": 874972603,
            "stop": 874972722
        },
        {
            "start": 874972723,
            "stop": 874972901
        },
        {
            "start": 874972902,
            "stop": 874972915
        },
        {
            "start": 874972916,
            "stop": 874972931
        },
        {
            "start": 874972932,
            "stop": 874973076
        },
        {
            "start": 874973077,
            "stop": 874973270
        },
        {
            "start": 874973271,
            "stop": 874973828
        },
        {
            "start": 874973829,
            "stop": 874973836
        },
        {
            "start": 874973838,
            "stop": 874973916
        },
        {
            "start": 874973917,
            "stop": 874973964
        }
    ]
}