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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=60",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 61,
    "results": [
        {
            "start": 817814036,
            "stop": 817814350
        },
        {
            "start": 817814358,
            "stop": 817814499
        },
        {
            "start": 817814507,
            "stop": 817814566
        },
        {
            "start": 817814576,
            "stop": 817814771
        },
        {
            "start": 817814779,
            "stop": 817815037
        },
        {
            "start": 817815045,
            "stop": 817815180
        },
        {
            "start": 817815190,
            "stop": 817815295
        },
        {
            "start": 817815306,
            "stop": 817815400
        },
        {
            "start": 817815426,
            "stop": 817815450
        },
        {
            "start": 817815460,
            "stop": 817815557
        },
        {
            "start": 817815575,
            "stop": 817816072
        },
        {
            "start": 817816079,
            "stop": 817816362
        },
        {
            "start": 817816370,
            "stop": 817816630
        },
        {
            "start": 817816641,
            "stop": 817816775
        },
        {
            "start": 817816787,
            "stop": 817817139
        },
        {
            "start": 817817147,
            "stop": 817817246
        },
        {
            "start": 817853794,
            "stop": 817853915
        },
        {
            "start": 817853925,
            "stop": 817854446
        },
        {
            "start": 817854455,
            "stop": 817855001
        },
        {
            "start": 817855009,
            "stop": 817855031
        }
    ]
}