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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=146",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 147,
    "results": [
        {
            "start": 819305460,
            "stop": 819305700
        },
        {
            "start": 819305775,
            "stop": 819305820
        },
        {
            "start": 819305940,
            "stop": 819306060
        },
        {
            "start": 819306120,
            "stop": 819306240
        },
        {
            "start": 819306420,
            "stop": 819306540
        },
        {
            "start": 819306600,
            "stop": 819306720
        },
        {
            "start": 819306780,
            "stop": 819306900
        },
        {
            "start": 819307080,
            "stop": 819307140
        },
        {
            "start": 819307200,
            "stop": 819307260
        },
        {
            "start": 819307380,
            "stop": 819307491
        },
        {
            "start": 819307495,
            "stop": 819307557
        },
        {
            "start": 819307574,
            "stop": 819307920
        },
        {
            "start": 819307980,
            "stop": 819307993
        },
        {
            "start": 819308240,
            "stop": 819308258
        },
        {
            "start": 819312017,
            "stop": 819312180
        },
        {
            "start": 819312240,
            "stop": 819312480
        },
        {
            "start": 819312540,
            "stop": 819312900
        },
        {
            "start": 819312960,
            "stop": 819313003
        },
        {
            "start": 819313797,
            "stop": 819314048
        },
        {
            "start": 819314168,
            "stop": 819314640
        }
    ]
}