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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=115",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 116,
    "results": [
        {
            "start": 1239338304,
            "stop": 1239338501
        },
        {
            "start": 1239338504,
            "stop": 1239339115
        },
        {
            "start": 1239339118,
            "stop": 1239341782
        },
        {
            "start": 1239348722,
            "stop": 1239351112
        },
        {
            "start": 1239351115,
            "stop": 1239351688
        },
        {
            "start": 1239351689,
            "stop": 1239353119
        },
        {
            "start": 1239353122,
            "stop": 1239356402
        },
        {
            "start": 1239356403,
            "stop": 1239357110
        },
        {
            "start": 1239357111,
            "stop": 1239358217
        },
        {
            "start": 1239358220,
            "stop": 1239358522
        },
        {
            "start": 1239358525,
            "stop": 1239359310
        },
        {
            "start": 1239359313,
            "stop": 1239359340
        },
        {
            "start": 1239359343,
            "stop": 1239359388
        },
        {
            "start": 1239359391,
            "stop": 1239360002
        },
        {
            "start": 1239360010,
            "stop": 1239360240
        },
        {
            "start": 1239360241,
            "stop": 1239360420
        },
        {
            "start": 1239360423,
            "stop": 1239360476
        },
        {
            "start": 1239360477,
            "stop": 1239361187
        },
        {
            "start": 1239361190,
            "stop": 1239363147
        },
        {
            "start": 1239363150,
            "stop": 1239363460
        }
    ]
}