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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=401",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 402,
    "results": [
        {
            "start": 1261112246,
            "stop": 1261112624
        },
        {
            "start": 1261112625,
            "stop": 1261113081
        },
        {
            "start": 1261113084,
            "stop": 1261115323
        },
        {
            "start": 1261115331,
            "stop": 1261117170
        },
        {
            "start": 1261117178,
            "stop": 1261117600
        },
        {
            "start": 1261117603,
            "stop": 1261119635
        },
        {
            "start": 1261119638,
            "stop": 1261120355
        },
        {
            "start": 1261120358,
            "stop": 1261122696
        },
        {
            "start": 1261122699,
            "stop": 1261123225
        },
        {
            "start": 1261123228,
            "stop": 1261125128
        },
        {
            "start": 1261125131,
            "stop": 1261127043
        },
        {
            "start": 1261127046,
            "stop": 1261127335
        },
        {
            "start": 1261127337,
            "stop": 1261127354
        },
        {
            "start": 1261127357,
            "stop": 1261127358
        },
        {
            "start": 1261127361,
            "stop": 1261127520
        },
        {
            "start": 1261127522,
            "stop": 1261127533
        },
        {
            "start": 1261127537,
            "stop": 1261127653
        },
        {
            "start": 1261127656,
            "stop": 1261127657
        },
        {
            "start": 1261127660,
            "stop": 1261127803
        },
        {
            "start": 1261127806,
            "stop": 1261127807
        }
    ]
}