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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 96,
    "results": [
        {
            "start": 817784891,
            "stop": 817796976
        },
        {
            "start": 817796979,
            "stop": 817799376
        },
        {
            "start": 817799380,
            "stop": 817799580
        },
        {
            "start": 817799583,
            "stop": 817799584
        },
        {
            "start": 817799588,
            "stop": 817801566
        },
        {
            "start": 817801569,
            "stop": 817801609
        },
        {
            "start": 817801612,
            "stop": 817801691
        },
        {
            "start": 817801696,
            "stop": 817801822
        },
        {
            "start": 817801825,
            "stop": 817801832
        },
        {
            "start": 817801835,
            "stop": 817802070
        },
        {
            "start": 817802073,
            "stop": 817802087
        },
        {
            "start": 817802092,
            "stop": 817802196
        },
        {
            "start": 817802200,
            "stop": 817802220
        },
        {
            "start": 817802280,
            "stop": 817802322
        },
        {
            "start": 817802325,
            "stop": 817802343
        },
        {
            "start": 817802348,
            "stop": 817802349
        },
        {
            "start": 817802352,
            "stop": 817802356
        },
        {
            "start": 817802359,
            "stop": 817802486
        },
        {
            "start": 817802490,
            "stop": 817803080
        },
        {
            "start": 817803085,
            "stop": 817803093
        }
    ]
}