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=371
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=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=370",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 371,
    "results": [
        {
            "start": 821383159,
            "stop": 821383945
        },
        {
            "start": 821383948,
            "stop": 821384013
        },
        {
            "start": 821384133,
            "stop": 821384743
        },
        {
            "start": 821384762,
            "stop": 821384985
        },
        {
            "start": 821385174,
            "stop": 821385189
        },
        {
            "start": 821385190,
            "stop": 821385795
        },
        {
            "start": 821385814,
            "stop": 821385847
        },
        {
            "start": 821385866,
            "stop": 821385905
        },
        {
            "start": 821385924,
            "stop": 821386252
        },
        {
            "start": 821386271,
            "stop": 821386327
        },
        {
            "start": 821386346,
            "stop": 821386351
        },
        {
            "start": 821386370,
            "stop": 821386410
        },
        {
            "start": 821386429,
            "stop": 821386473
        },
        {
            "start": 821386492,
            "stop": 821386542
        },
        {
            "start": 821386561,
            "stop": 821386578
        },
        {
            "start": 821386597,
            "stop": 821386636
        },
        {
            "start": 821386655,
            "stop": 821386674
        },
        {
            "start": 821386699,
            "stop": 821386732
        },
        {
            "start": 821386762,
            "stop": 821387050
        },
        {
            "start": 821387053,
            "stop": 821387541
        }
    ]
}