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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=373",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 374,
    "results": [
        {
            "start": 821404739,
            "stop": 821404770
        },
        {
            "start": 821404890,
            "stop": 821405519
        },
        {
            "start": 821405639,
            "stop": 821405820
        },
        {
            "start": 821405824,
            "stop": 821406496
        },
        {
            "start": 821406499,
            "stop": 821406664
        },
        {
            "start": 821406784,
            "stop": 821407419
        },
        {
            "start": 821407423,
            "stop": 821408080
        },
        {
            "start": 821408083,
            "stop": 821408851
        },
        {
            "start": 821408854,
            "stop": 821408902
        },
        {
            "start": 821408906,
            "stop": 821409764
        },
        {
            "start": 821409945,
            "stop": 821410346
        },
        {
            "start": 821410350,
            "stop": 821410527
        },
        {
            "start": 821410530,
            "stop": 821410973
        },
        {
            "start": 821410977,
            "stop": 821410982
        },
        {
            "start": 821411001,
            "stop": 821411240
        },
        {
            "start": 821411243,
            "stop": 821411245
        },
        {
            "start": 821411248,
            "stop": 821411537
        },
        {
            "start": 821411541,
            "stop": 821412664
        },
        {
            "start": 821412668,
            "stop": 821413169
        },
        {
            "start": 821413172,
            "stop": 821413588
        }
    ]
}