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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=331",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 332,
    "results": [
        {
            "start": 821167363,
            "stop": 821167483
        },
        {
            "start": 821167502,
            "stop": 821167511
        },
        {
            "start": 821167530,
            "stop": 821167544
        },
        {
            "start": 821167566,
            "stop": 821167679
        },
        {
            "start": 821167707,
            "stop": 821167968
        },
        {
            "start": 821167987,
            "stop": 821167997
        },
        {
            "start": 821168016,
            "stop": 821168035
        },
        {
            "start": 821168054,
            "stop": 821168185
        },
        {
            "start": 821168204,
            "stop": 821168304
        },
        {
            "start": 821168323,
            "stop": 821168415
        },
        {
            "start": 821168434,
            "stop": 821168498
        },
        {
            "start": 821168501,
            "stop": 821168607
        },
        {
            "start": 821168626,
            "stop": 821169119
        },
        {
            "start": 821169123,
            "stop": 821170254
        },
        {
            "start": 821170257,
            "stop": 821170814
        },
        {
            "start": 821170817,
            "stop": 821172805
        },
        {
            "start": 821172824,
            "stop": 821172831
        },
        {
            "start": 821172834,
            "stop": 821173372
        },
        {
            "start": 821173492,
            "stop": 821173554
        },
        {
            "start": 821173557,
            "stop": 821173747
        }
    ]
}