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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=136",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 137,
    "results": [
        {
            "start": 931770221,
            "stop": 931770223
        },
        {
            "start": 931770262,
            "stop": 931770276
        },
        {
            "start": 931770309,
            "stop": 931770324
        },
        {
            "start": 931770365,
            "stop": 931770373
        },
        {
            "start": 931770380,
            "stop": 931770384
        },
        {
            "start": 931770410,
            "stop": 931770420
        },
        {
            "start": 931770436,
            "stop": 931770445
        },
        {
            "start": 931770457,
            "stop": 931770463
        },
        {
            "start": 931770470,
            "stop": 931770496
        },
        {
            "start": 931770507,
            "stop": 931770509
        },
        {
            "start": 931770521,
            "stop": 931770524
        },
        {
            "start": 931770543,
            "stop": 931770547
        },
        {
            "start": 931770559,
            "stop": 931770560
        },
        {
            "start": 931770577,
            "stop": 931770582
        },
        {
            "start": 931770594,
            "stop": 931770599
        },
        {
            "start": 931770608,
            "stop": 931770613
        },
        {
            "start": 931770634,
            "stop": 931770644
        },
        {
            "start": 931770651,
            "stop": 931770653
        },
        {
            "start": 931770660,
            "stop": 931770666
        },
        {
            "start": 931770673,
            "stop": 931770675
        }
    ]
}