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=40838
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=40839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40837",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40838,
    "results": [
        {
            "start": 875043298,
            "stop": 875043302
        },
        {
            "start": 875043303,
            "stop": 875043305
        },
        {
            "start": 875043306,
            "stop": 875043307
        },
        {
            "start": 875043308,
            "stop": 875043312
        },
        {
            "start": 875043314,
            "stop": 875043317
        },
        {
            "start": 875043319,
            "stop": 875043323
        },
        {
            "start": 875043325,
            "stop": 875043329
        },
        {
            "start": 875043330,
            "stop": 875043334
        },
        {
            "start": 875043335,
            "stop": 875043339
        },
        {
            "start": 875043340,
            "stop": 875043345
        },
        {
            "start": 875043346,
            "stop": 875043347
        },
        {
            "start": 875043348,
            "stop": 875043350
        },
        {
            "start": 875043351,
            "stop": 875043354
        },
        {
            "start": 875043356,
            "stop": 875043361
        },
        {
            "start": 875043362,
            "stop": 875043366
        },
        {
            "start": 875043367,
            "stop": 875043371
        },
        {
            "start": 875043373,
            "stop": 875043377
        },
        {
            "start": 875043378,
            "stop": 875043379
        },
        {
            "start": 875043380,
            "stop": 875043382
        },
        {
            "start": 875043383,
            "stop": 875043388
        }
    ]
}