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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 101,
    "results": [
        {
            "start": 1408483342,
            "stop": 1408485580
        },
        {
            "start": 1408485583,
            "stop": 1408488366
        },
        {
            "start": 1408488369,
            "stop": 1408499432
        },
        {
            "start": 1408499435,
            "stop": 1408501676
        },
        {
            "start": 1408508596,
            "stop": 1408509112
        },
        {
            "start": 1408509116,
            "stop": 1408509331
        },
        {
            "start": 1408509333,
            "stop": 1408536091
        },
        {
            "start": 1408536094,
            "stop": 1408539153
        },
        {
            "start": 1408539158,
            "stop": 1408549159
        },
        {
            "start": 1408549164,
            "stop": 1408554020
        },
        {
            "start": 1408556164,
            "stop": 1408559681
        },
        {
            "start": 1408559686,
            "stop": 1408561736
        },
        {
            "start": 1408561740,
            "stop": 1408566720
        },
        {
            "start": 1408566724,
            "stop": 1408576544
        },
        {
            "start": 1408576547,
            "stop": 1408592366
        },
        {
            "start": 1408592371,
            "stop": 1408599966
        },
        {
            "start": 1408599971,
            "stop": 1408625279
        },
        {
            "start": 1408625284,
            "stop": 1408627032
        },
        {
            "start": 1408627352,
            "stop": 1408629040
        },
        {
            "start": 1408629045,
            "stop": 1408629339
        }
    ]
}