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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=351",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 352,
    "results": [
        {
            "start": 818827551,
            "stop": 818827558
        },
        {
            "start": 818827624,
            "stop": 818827681
        },
        {
            "start": 818827766,
            "stop": 818827830
        },
        {
            "start": 818827897,
            "stop": 818827914
        },
        {
            "start": 818827935,
            "stop": 818827937
        },
        {
            "start": 818827940,
            "stop": 818827969
        },
        {
            "start": 818827972,
            "stop": 818827975
        },
        {
            "start": 818828021,
            "stop": 818828032
        },
        {
            "start": 818828149,
            "stop": 818828161
        },
        {
            "start": 818828259,
            "stop": 818828263
        },
        {
            "start": 818828309,
            "stop": 818828341
        },
        {
            "start": 818828361,
            "stop": 818828365
        },
        {
            "start": 818828384,
            "stop": 818828427
        },
        {
            "start": 818828476,
            "stop": 818828498
        },
        {
            "start": 818828530,
            "stop": 818828570
        },
        {
            "start": 818828603,
            "stop": 818828674
        },
        {
            "start": 818828694,
            "stop": 818828716
        },
        {
            "start": 818828736,
            "stop": 818828751
        },
        {
            "start": 818828825,
            "stop": 818828870
        },
        {
            "start": 818828891,
            "stop": 818828921
        }
    ]
}