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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=157",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 158,
    "results": [
        {
            "start": 1239976451,
            "stop": 1239976569
        },
        {
            "start": 1239976571,
            "stop": 1239976689
        },
        {
            "start": 1239976691,
            "stop": 1239976809
        },
        {
            "start": 1239976811,
            "stop": 1239976929
        },
        {
            "start": 1239976931,
            "stop": 1239977049
        },
        {
            "start": 1239977051,
            "stop": 1239977169
        },
        {
            "start": 1239977171,
            "stop": 1239977289
        },
        {
            "start": 1239977291,
            "stop": 1239977409
        },
        {
            "start": 1239977411,
            "stop": 1239977529
        },
        {
            "start": 1239977531,
            "stop": 1239977649
        },
        {
            "start": 1239977651,
            "stop": 1239977769
        },
        {
            "start": 1239977771,
            "stop": 1239977889
        },
        {
            "start": 1239977890,
            "stop": 1239978009
        },
        {
            "start": 1239978010,
            "stop": 1239978129
        },
        {
            "start": 1239978130,
            "stop": 1239978249
        },
        {
            "start": 1239978250,
            "stop": 1239978369
        },
        {
            "start": 1239978370,
            "stop": 1239978489
        },
        {
            "start": 1239978490,
            "stop": 1239978609
        },
        {
            "start": 1239978610,
            "stop": 1239978729
        },
        {
            "start": 1239978731,
            "stop": 1239978846
        }
    ]
}