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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=705",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=703",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 704,
    "results": [
        {
            "start": 1248832887,
            "stop": 1248834527
        },
        {
            "start": 1248834532,
            "stop": 1248838131
        },
        {
            "start": 1248838135,
            "stop": 1248839371
        },
        {
            "start": 1248839375,
            "stop": 1248843703
        },
        {
            "start": 1248843706,
            "stop": 1248844543
        },
        {
            "start": 1248844547,
            "stop": 1248848662
        },
        {
            "start": 1248848666,
            "stop": 1248849767
        },
        {
            "start": 1248849771,
            "stop": 1248850945
        },
        {
            "start": 1248850948,
            "stop": 1248852079
        },
        {
            "start": 1248852087,
            "stop": 1248852193
        },
        {
            "start": 1248852197,
            "stop": 1248852205
        },
        {
            "start": 1248852209,
            "stop": 1248852554
        },
        {
            "start": 1248852558,
            "stop": 1248854106
        },
        {
            "start": 1248854110,
            "stop": 1248856087
        },
        {
            "start": 1248856091,
            "stop": 1248857953
        },
        {
            "start": 1248857957,
            "stop": 1248862304
        },
        {
            "start": 1248862309,
            "stop": 1248864104
        },
        {
            "start": 1248864106,
            "stop": 1248865880
        },
        {
            "start": 1248865884,
            "stop": 1248866120
        },
        {
            "start": 1248868155,
            "stop": 1248868522
        }
    ]
}