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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=360",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 361,
    "results": [
        {
            "start": 818851612,
            "stop": 818851629
        },
        {
            "start": 818851727,
            "stop": 818851742
        },
        {
            "start": 818851869,
            "stop": 818851891
        },
        {
            "start": 818851920,
            "stop": 818851923
        },
        {
            "start": 818851986,
            "stop": 818851996
        },
        {
            "start": 818852084,
            "stop": 818852085
        },
        {
            "start": 818852141,
            "stop": 818852149
        },
        {
            "start": 818852328,
            "stop": 818852352
        },
        {
            "start": 818852355,
            "stop": 818852358
        },
        {
            "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
        }
    ]
}