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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2086",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2087,
    "results": [
        {
            "start": 863640674,
            "stop": 863643393
        },
        {
            "start": 863656674,
            "stop": 863666160
        },
        {
            "start": 863666162,
            "stop": 863667815
        },
        {
            "start": 863668115,
            "stop": 863668380
        },
        {
            "start": 863668801,
            "stop": 863669479
        },
        {
            "start": 863673357,
            "stop": 863683663
        },
        {
            "start": 863685001,
            "stop": 863713663
        },
        {
            "start": 863713966,
            "stop": 863715589
        },
        {
            "start": 863715889,
            "stop": 863718372
        },
        {
            "start": 863718683,
            "stop": 863719501
        },
        {
            "start": 863719611,
            "stop": 863720311
        },
        {
            "start": 863720851,
            "stop": 863721259
        },
        {
            "start": 863721369,
            "stop": 863721700
        },
        {
            "start": 863722000,
            "stop": 863734028
        },
        {
            "start": 863734512,
            "stop": 863734973
        },
        {
            "start": 863735273,
            "stop": 863743559
        },
        {
            "start": 863743927,
            "stop": 863760067
        },
        {
            "start": 863760068,
            "stop": 863760367
        },
        {
            "start": 863760822,
            "stop": 863760997
        },
        {
            "start": 863760999,
            "stop": 863761170
        }
    ]
}