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=16661
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=16662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16660",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16661,
    "results": [
        {
            "start": 874840844,
            "stop": 874840900
        },
        {
            "start": 874840902,
            "stop": 874840922
        },
        {
            "start": 874840923,
            "stop": 874840941
        },
        {
            "start": 874840943,
            "stop": 874841160
        },
        {
            "start": 874841162,
            "stop": 874841329
        },
        {
            "start": 874841333,
            "stop": 874841425
        },
        {
            "start": 874841426,
            "stop": 874841432
        },
        {
            "start": 874841433,
            "stop": 874841497
        },
        {
            "start": 874841499,
            "stop": 874841642
        },
        {
            "start": 874841643,
            "stop": 874841668
        },
        {
            "start": 874841669,
            "stop": 874841872
        },
        {
            "start": 874841876,
            "stop": 874841905
        },
        {
            "start": 874841909,
            "stop": 874842080
        },
        {
            "start": 874842081,
            "stop": 874842182
        },
        {
            "start": 874842183,
            "stop": 874842262
        },
        {
            "start": 874842264,
            "stop": 874842304
        },
        {
            "start": 874842306,
            "stop": 874842565
        },
        {
            "start": 874842566,
            "stop": 874842697
        },
        {
            "start": 874842699,
            "stop": 874842777
        },
        {
            "start": 874842781,
            "stop": 874842807
        }
    ]
}