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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3522",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3520",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3521,
    "results": [
        {
            "start": 871446436,
            "stop": 871448333
        },
        {
            "start": 871448350,
            "stop": 871449136
        },
        {
            "start": 871449153,
            "stop": 871449224
        },
        {
            "start": 871449405,
            "stop": 871449608
        },
        {
            "start": 871449625,
            "stop": 871451140
        },
        {
            "start": 871451157,
            "stop": 871451399
        },
        {
            "start": 871451416,
            "stop": 871452049
        },
        {
            "start": 871452066,
            "stop": 871452315
        },
        {
            "start": 871452332,
            "stop": 871452934
        },
        {
            "start": 871452951,
            "stop": 871453884
        },
        {
            "start": 871453902,
            "stop": 871454334
        },
        {
            "start": 871454367,
            "stop": 871454374
        },
        {
            "start": 871454392,
            "stop": 871455012
        },
        {
            "start": 871455029,
            "stop": 871455368
        },
        {
            "start": 871455385,
            "stop": 871455544
        },
        {
            "start": 871455561,
            "stop": 871455628
        },
        {
            "start": 871455650,
            "stop": 871456047
        },
        {
            "start": 871456064,
            "stop": 871456499
        },
        {
            "start": 871456510,
            "stop": 871457099
        },
        {
            "start": 871457116,
            "stop": 871457828
        }
    ]
}