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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=271",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 272,
    "results": [
        {
            "start": 820519354,
            "stop": 820519420
        },
        {
            "start": 820519424,
            "stop": 820519440
        },
        {
            "start": 820519500,
            "stop": 820519585
        },
        {
            "start": 820519590,
            "stop": 820519594
        },
        {
            "start": 820519597,
            "stop": 820519675
        },
        {
            "start": 820519679,
            "stop": 820519682
        },
        {
            "start": 820519685,
            "stop": 820519779
        },
        {
            "start": 820519796,
            "stop": 820519922
        },
        {
            "start": 820519925,
            "stop": 820519973
        },
        {
            "start": 820519976,
            "stop": 820520105
        },
        {
            "start": 820520108,
            "stop": 820520145
        },
        {
            "start": 820520148,
            "stop": 820520160
        },
        {
            "start": 820520280,
            "stop": 820520400
        },
        {
            "start": 820520460,
            "stop": 820520697
        },
        {
            "start": 820520700,
            "stop": 820520769
        },
        {
            "start": 820520772,
            "stop": 820520845
        },
        {
            "start": 820520849,
            "stop": 820520908
        },
        {
            "start": 820520913,
            "stop": 820520971
        },
        {
            "start": 820520974,
            "stop": 820521000
        },
        {
            "start": 820521060,
            "stop": 820521175
        }
    ]
}