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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=395",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 396,
    "results": [
        {
            "start": 818417016,
            "stop": 818417149
        },
        {
            "start": 818417152,
            "stop": 818417227
        },
        {
            "start": 818417230,
            "stop": 818417244
        },
        {
            "start": 818417247,
            "stop": 818417364
        },
        {
            "start": 818417368,
            "stop": 818417370
        },
        {
            "start": 818417376,
            "stop": 818417377
        },
        {
            "start": 818417380,
            "stop": 818417383
        },
        {
            "start": 818417401,
            "stop": 818417403
        },
        {
            "start": 818417406,
            "stop": 818417631
        },
        {
            "start": 818417634,
            "stop": 818417678
        },
        {
            "start": 818417681,
            "stop": 818417696
        },
        {
            "start": 818417702,
            "stop": 818417715
        },
        {
            "start": 818417718,
            "stop": 818417724
        },
        {
            "start": 818417727,
            "stop": 818417755
        },
        {
            "start": 818417758,
            "stop": 818417762
        },
        {
            "start": 818417765,
            "stop": 818417889
        },
        {
            "start": 818417892,
            "stop": 818417914
        },
        {
            "start": 818417917,
            "stop": 818417987
        },
        {
            "start": 818417990,
            "stop": 818418012
        },
        {
            "start": 818418015,
            "stop": 818418028
        }
    ]
}