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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 131,
    "results": [
        {
            "start": 1372639960,
            "stop": 1372640879
        },
        {
            "start": 1372640882,
            "stop": 1372640897
        },
        {
            "start": 1372640902,
            "stop": 1372641212
        },
        {
            "start": 1372641217,
            "stop": 1372641487
        },
        {
            "start": 1372641489,
            "stop": 1372641619
        },
        {
            "start": 1372641624,
            "stop": 1372642217
        },
        {
            "start": 1372642222,
            "stop": 1372642500
        },
        {
            "start": 1372642505,
            "stop": 1372643102
        },
        {
            "start": 1372643107,
            "stop": 1372644389
        },
        {
            "start": 1372644391,
            "stop": 1372646339
        },
        {
            "start": 1372646341,
            "stop": 1372646349
        },
        {
            "start": 1372646350,
            "stop": 1372648597
        },
        {
            "start": 1372648599,
            "stop": 1372649321
        },
        {
            "start": 1372649325,
            "stop": 1372650574
        },
        {
            "start": 1372650575,
            "stop": 1372652842
        },
        {
            "start": 1372652844,
            "stop": 1372654214
        },
        {
            "start": 1372658052,
            "stop": 1372658615
        },
        {
            "start": 1372658619,
            "stop": 1372659301
        },
        {
            "start": 1372659303,
            "stop": 1372659548
        },
        {
            "start": 1372659550,
            "stop": 1372661489
        }
    ]
}