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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=149",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 150,
    "results": [
        {
            "start": 826314688,
            "stop": 826314995
        },
        {
            "start": 826315005,
            "stop": 826315025
        },
        {
            "start": 826315030,
            "stop": 826315650
        },
        {
            "start": 826315710,
            "stop": 826316089
        },
        {
            "start": 826324002,
            "stop": 826326646
        },
        {
            "start": 826332770,
            "stop": 826334450
        },
        {
            "start": 826334454,
            "stop": 826336325
        },
        {
            "start": 826336328,
            "stop": 826339639
        },
        {
            "start": 826339749,
            "stop": 826339791
        },
        {
            "start": 826340267,
            "stop": 826340268
        },
        {
            "start": 826340568,
            "stop": 826341333
        },
        {
            "start": 826341633,
            "stop": 826341995
        },
        {
            "start": 826342935,
            "stop": 826346970
        },
        {
            "start": 826347135,
            "stop": 826347591
        },
        {
            "start": 826347891,
            "stop": 826355768
        },
        {
            "start": 826356068,
            "stop": 826356502
        },
        {
            "start": 826365657,
            "stop": 826368270
        },
        {
            "start": 826368586,
            "stop": 826376311
        },
        {
            "start": 826376313,
            "stop": 826376586
        },
        {
            "start": 826376589,
            "stop": 826380840
        }
    ]
}