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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=104",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 105,
    "results": [
        {
            "start": 931670987,
            "stop": 931670993
        },
        {
            "start": 931671009,
            "stop": 931671016
        },
        {
            "start": 931671050,
            "stop": 931671051
        },
        {
            "start": 931671058,
            "stop": 931671068
        },
        {
            "start": 931671078,
            "stop": 931671090
        },
        {
            "start": 931671111,
            "stop": 931671115
        },
        {
            "start": 931671140,
            "stop": 931671145
        },
        {
            "start": 931671156,
            "stop": 931671168
        },
        {
            "start": 931671174,
            "stop": 931671180
        },
        {
            "start": 931671189,
            "stop": 931671194
        },
        {
            "start": 931671205,
            "stop": 931671210
        },
        {
            "start": 931671233,
            "stop": 931671245
        },
        {
            "start": 931671257,
            "stop": 931671264
        },
        {
            "start": 931671283,
            "stop": 931671321
        },
        {
            "start": 931671328,
            "stop": 931671332
        },
        {
            "start": 931671346,
            "stop": 931671347
        },
        {
            "start": 931671365,
            "stop": 931671370
        },
        {
            "start": 931671377,
            "stop": 931671378
        },
        {
            "start": 931671388,
            "stop": 931671405
        },
        {
            "start": 931671412,
            "stop": 931671424
        }
    ]
}