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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT1/segments?format=api&page=10",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 11,
    "results": [
        {
            "start": 1375306828,
            "stop": 1375369281
        },
        {
            "start": 1375375258,
            "stop": 1375390258
        },
        {
            "start": 1375392662,
            "stop": 1375440168
        },
        {
            "start": 1375446910,
            "stop": 1375446942
        },
        {
            "start": 1375476431,
            "stop": 1375526991
        },
        {
            "start": 1375565068,
            "stop": 1375591572
        },
        {
            "start": 1375591734,
            "stop": 1375609033
        },
        {
            "start": 1375665648,
            "stop": 1375686846
        },
        {
            "start": 1375693089,
            "stop": 1375700279
        },
        {
            "start": 1375743834,
            "stop": 1375751457
        },
        {
            "start": 1375755406,
            "stop": 1375786187
        },
        {
            "start": 1375818519,
            "stop": 1375819151
        },
        {
            "start": 1375823155,
            "stop": 1375939199
        },
        {
            "start": 1375945698,
            "stop": 1376018755
        },
        {
            "start": 1376021296,
            "stop": 1376045676
        },
        {
            "start": 1376048805,
            "stop": 1376048866
        },
        {
            "start": 1376050859,
            "stop": 1376050907
        },
        {
            "start": 1376079161,
            "stop": 1376132484
        },
        {
            "start": 1376167047,
            "stop": 1376216060
        },
        {
            "start": 1376218907,
            "stop": 1376226407
        }
    ]
}