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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=341",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 342,
    "results": [
        {
            "start": 818851620,
            "stop": 818851629
        },
        {
            "start": 818851740,
            "stop": 818851742
        },
        {
            "start": 818851920,
            "stop": 818851923
        },
        {
            "start": 818852141,
            "stop": 818852149
        },
        {
            "start": 818852328,
            "stop": 818852340
        },
        {
            "start": 818852548,
            "stop": 818852553
        },
        {
            "start": 818852605,
            "stop": 818852610
        },
        {
            "start": 818852680,
            "stop": 818852693
        },
        {
            "start": 818852763,
            "stop": 818852768
        },
        {
            "start": 818852940,
            "stop": 818852989
        },
        {
            "start": 818853023,
            "stop": 818853034
        },
        {
            "start": 818853094,
            "stop": 818853095
        },
        {
            "start": 818853124,
            "stop": 818853141
        },
        {
            "start": 818853161,
            "stop": 818853170
        },
        {
            "start": 818853221,
            "stop": 818853229
        },
        {
            "start": 818853307,
            "stop": 818853328
        },
        {
            "start": 818853358,
            "stop": 818853367
        },
        {
            "start": 818853387,
            "stop": 818853418
        },
        {
            "start": 818853504,
            "stop": 818853514
        },
        {
            "start": 818853569,
            "stop": 818853624
        }
    ]
}