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=41025
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=41026",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41024",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41025,
    "results": [
        {
            "start": 875181807,
            "stop": 875181812
        },
        {
            "start": 875181813,
            "stop": 875181891
        },
        {
            "start": 875181892,
            "stop": 875182064
        },
        {
            "start": 875182067,
            "stop": 875182073
        },
        {
            "start": 875182074,
            "stop": 875182075
        },
        {
            "start": 875182078,
            "stop": 875182081
        },
        {
            "start": 875182087,
            "stop": 875182091
        },
        {
            "start": 875182092,
            "stop": 875182096
        },
        {
            "start": 875182097,
            "stop": 875182101
        },
        {
            "start": 875182102,
            "stop": 875182114
        },
        {
            "start": 875182117,
            "stop": 875182123
        },
        {
            "start": 875182129,
            "stop": 875182131
        },
        {
            "start": 875182135,
            "stop": 875182146
        },
        {
            "start": 875182150,
            "stop": 875182151
        },
        {
            "start": 875182155,
            "stop": 875182156
        },
        {
            "start": 875182160,
            "stop": 875182173
        },
        {
            "start": 875182174,
            "stop": 875182178
        },
        {
            "start": 875182299,
            "stop": 875182305
        },
        {
            "start": 875182306,
            "stop": 875182310
        },
        {
            "start": 875182311,
            "stop": 875182315
        }
    ]
}