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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=271",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 272,
    "results": [
        {
            "start": 934629308,
            "stop": 934629990
        },
        {
            "start": 934629992,
            "stop": 934630035
        },
        {
            "start": 934630038,
            "stop": 934632015
        },
        {
            "start": 934632255,
            "stop": 934633155
        },
        {
            "start": 934633157,
            "stop": 934633481
        },
        {
            "start": 934633483,
            "stop": 934633565
        },
        {
            "start": 934633570,
            "stop": 934634671
        },
        {
            "start": 934634673,
            "stop": 934635537
        },
        {
            "start": 934635539,
            "stop": 934635615
        },
        {
            "start": 934635855,
            "stop": 934636261
        },
        {
            "start": 934636265,
            "stop": 934637505
        },
        {
            "start": 934637509,
            "stop": 934637517
        },
        {
            "start": 934637535,
            "stop": 934637675
        },
        {
            "start": 934637693,
            "stop": 934637951
        },
        {
            "start": 934637969,
            "stop": 934638483
        },
        {
            "start": 934638486,
            "stop": 934638521
        },
        {
            "start": 934642338,
            "stop": 934642474
        },
        {
            "start": 934642476,
            "stop": 934642543
        },
        {
            "start": 934642545,
            "stop": 934642633
        },
        {
            "start": 934642635,
            "stop": 934642642
        }
    ]
}