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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=284",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 285,
    "results": [
        {
            "start": 820881163,
            "stop": 820881206
        },
        {
            "start": 820881209,
            "stop": 820881248
        },
        {
            "start": 820881280,
            "stop": 820881546
        },
        {
            "start": 820881550,
            "stop": 820881632
        },
        {
            "start": 820881635,
            "stop": 820881647
        },
        {
            "start": 820881651,
            "stop": 820881696
        },
        {
            "start": 820881700,
            "stop": 820881725
        },
        {
            "start": 820881728,
            "stop": 820881749
        },
        {
            "start": 820881757,
            "stop": 820881768
        },
        {
            "start": 820881771,
            "stop": 820881812
        },
        {
            "start": 820881815,
            "stop": 820881931
        },
        {
            "start": 820881935,
            "stop": 820882064
        },
        {
            "start": 820882245,
            "stop": 820882484
        },
        {
            "start": 820882665,
            "stop": 820882876
        },
        {
            "start": 820882880,
            "stop": 820883322
        },
        {
            "start": 820883326,
            "stop": 820883355
        },
        {
            "start": 820883358,
            "stop": 820883412
        },
        {
            "start": 820883415,
            "stop": 820883434
        },
        {
            "start": 820883437,
            "stop": 820883494
        },
        {
            "start": 820883498,
            "stop": 820884131
        }
    ]
}