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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=257",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 258,
    "results": [
        {
            "start": 934302989,
            "stop": 934303058
        },
        {
            "start": 934303063,
            "stop": 934303071
        },
        {
            "start": 934303076,
            "stop": 934303409
        },
        {
            "start": 934303469,
            "stop": 934303529
        },
        {
            "start": 934303589,
            "stop": 934303870
        },
        {
            "start": 934303875,
            "stop": 934303877
        },
        {
            "start": 934303882,
            "stop": 934303949
        },
        {
            "start": 934304069,
            "stop": 934304093
        },
        {
            "start": 934304098,
            "stop": 934304106
        },
        {
            "start": 934304111,
            "stop": 934304114
        },
        {
            "start": 934304119,
            "stop": 934304309
        },
        {
            "start": 934304369,
            "stop": 934304415
        },
        {
            "start": 934304655,
            "stop": 934304957
        },
        {
            "start": 934304962,
            "stop": 934305449
        },
        {
            "start": 934305509,
            "stop": 934305809
        },
        {
            "start": 934306201,
            "stop": 934306321
        },
        {
            "start": 934306324,
            "stop": 934306327
        },
        {
            "start": 934306329,
            "stop": 934306336
        },
        {
            "start": 934306339,
            "stop": 934306466
        },
        {
            "start": 934306529,
            "stop": 934306949
        }
    ]
}