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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5219",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5217",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5218,
    "results": [
        {
            "start": 1137045890,
            "stop": 1137045967
        },
        {
            "start": 1137045969,
            "stop": 1137046024
        },
        {
            "start": 1137046030,
            "stop": 1137046111
        },
        {
            "start": 1137046113,
            "stop": 1137046132
        },
        {
            "start": 1137046138,
            "stop": 1137046149
        },
        {
            "start": 1137046151,
            "stop": 1137046153
        },
        {
            "start": 1137046155,
            "stop": 1137046172
        },
        {
            "start": 1137046174,
            "stop": 1137046209
        },
        {
            "start": 1137046211,
            "stop": 1137046221
        },
        {
            "start": 1137046223,
            "stop": 1137046224
        },
        {
            "start": 1137046226,
            "stop": 1137046230
        },
        {
            "start": 1137046232,
            "stop": 1137046246
        },
        {
            "start": 1137046248,
            "stop": 1137046307
        },
        {
            "start": 1137046309,
            "stop": 1137046323
        },
        {
            "start": 1137046326,
            "stop": 1137046336
        },
        {
            "start": 1137046338,
            "stop": 1137046365
        },
        {
            "start": 1137046367,
            "stop": 1137046429
        },
        {
            "start": 1137046431,
            "stop": 1137046433
        },
        {
            "start": 1137046435,
            "stop": 1137046470
        },
        {
            "start": 1137046472,
            "stop": 1137046501
        }
    ]
}