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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=97",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 98,
    "results": [
        {
            "start": 821465268,
            "stop": 821466608
        },
        {
            "start": 821466611,
            "stop": 821467080
        },
        {
            "start": 821467083,
            "stop": 821467542
        },
        {
            "start": 821467545,
            "stop": 821467880
        },
        {
            "start": 821467883,
            "stop": 821467921
        },
        {
            "start": 821467924,
            "stop": 821468343
        },
        {
            "start": 821468346,
            "stop": 821468387
        },
        {
            "start": 821468390,
            "stop": 821468421
        },
        {
            "start": 821468424,
            "stop": 821468572
        },
        {
            "start": 821468575,
            "stop": 821468626
        },
        {
            "start": 821468629,
            "stop": 821468671
        },
        {
            "start": 821468674,
            "stop": 821469959
        },
        {
            "start": 821469962,
            "stop": 821470192
        },
        {
            "start": 821470195,
            "stop": 821470602
        },
        {
            "start": 821470605,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821471580
        },
        {
            "start": 821471583,
            "stop": 821471596
        },
        {
            "start": 821471599,
            "stop": 821471616
        },
        {
            "start": 821471619,
            "stop": 821471624
        },
        {
            "start": 821471627,
            "stop": 821471642
        }
    ]
}