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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40818",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40819,
    "results": [
        {
            "start": 875033830,
            "stop": 875033849
        },
        {
            "start": 875033850,
            "stop": 875033866
        },
        {
            "start": 875033867,
            "stop": 875033880
        },
        {
            "start": 875033881,
            "stop": 875033892
        },
        {
            "start": 875033893,
            "stop": 875033977
        },
        {
            "start": 875033978,
            "stop": 875033990
        },
        {
            "start": 875033992,
            "stop": 875034155
        },
        {
            "start": 875034156,
            "stop": 875034172
        },
        {
            "start": 875034174,
            "stop": 875034177
        },
        {
            "start": 875034179,
            "stop": 875034270
        },
        {
            "start": 875034271,
            "stop": 875034301
        },
        {
            "start": 875034302,
            "stop": 875034361
        },
        {
            "start": 875034363,
            "stop": 875034394
        },
        {
            "start": 875034395,
            "stop": 875034430
        },
        {
            "start": 875034432,
            "stop": 875034438
        },
        {
            "start": 875034440,
            "stop": 875034458
        },
        {
            "start": 875034459,
            "stop": 875034522
        },
        {
            "start": 875034523,
            "stop": 875034589
        },
        {
            "start": 875034591,
            "stop": 875034608
        },
        {
            "start": 875034610,
            "stop": 875034677
        }
    ]
}