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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=292",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 293,
    "results": [
        {
            "start": 818238419,
            "stop": 818238420
        },
        {
            "start": 818238423,
            "stop": 818238424
        },
        {
            "start": 818238431,
            "stop": 818238432
        },
        {
            "start": 818238451,
            "stop": 818238453
        },
        {
            "start": 818238458,
            "stop": 818238459
        },
        {
            "start": 818238478,
            "stop": 818238479
        },
        {
            "start": 818238491,
            "stop": 818238493
        },
        {
            "start": 818238503,
            "stop": 818238504
        },
        {
            "start": 818238507,
            "stop": 818238512
        },
        {
            "start": 818238515,
            "stop": 818238516
        },
        {
            "start": 818238521,
            "stop": 818238522
        },
        {
            "start": 818238526,
            "stop": 818238527
        },
        {
            "start": 818238530,
            "stop": 818238534
        },
        {
            "start": 818238539,
            "stop": 818238546
        },
        {
            "start": 818238565,
            "stop": 818238566
        },
        {
            "start": 818238575,
            "stop": 818238576
        },
        {
            "start": 818238610,
            "stop": 818238611
        },
        {
            "start": 818238628,
            "stop": 818238629
        },
        {
            "start": 818238638,
            "stop": 818238639
        },
        {
            "start": 818238649,
            "stop": 818238650
        }
    ]
}