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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=209",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 210,
    "results": [
        {
            "start": 820463707,
            "stop": 820463775
        },
        {
            "start": 820463783,
            "stop": 820463907
        },
        {
            "start": 820463914,
            "stop": 820463972
        },
        {
            "start": 820463980,
            "stop": 820464025
        },
        {
            "start": 820464032,
            "stop": 820464129
        },
        {
            "start": 820464137,
            "stop": 820464477
        },
        {
            "start": 820464484,
            "stop": 820464762
        },
        {
            "start": 820464769,
            "stop": 820465206
        },
        {
            "start": 820465213,
            "stop": 820465295
        },
        {
            "start": 820465310,
            "stop": 820465406
        },
        {
            "start": 820465414,
            "stop": 820465756
        },
        {
            "start": 820465763,
            "stop": 820466115
        },
        {
            "start": 820466122,
            "stop": 820466208
        },
        {
            "start": 820466215,
            "stop": 820466588
        },
        {
            "start": 820466595,
            "stop": 820467356
        },
        {
            "start": 820467363,
            "stop": 820467502
        },
        {
            "start": 820467509,
            "stop": 820468473
        },
        {
            "start": 820468482,
            "stop": 820468749
        },
        {
            "start": 820468763,
            "stop": 820468968
        },
        {
            "start": 820468975,
            "stop": 820469010
        }
    ]
}