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=798
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=799",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=797",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 798,
    "results": [
        {
            "start": 957695130,
            "stop": 957695136
        },
        {
            "start": 957695142,
            "stop": 957695213
        },
        {
            "start": 957695219,
            "stop": 957695710
        },
        {
            "start": 957695716,
            "stop": 957695950
        },
        {
            "start": 957695956,
            "stop": 957696396
        },
        {
            "start": 957696401,
            "stop": 957697468
        },
        {
            "start": 957697474,
            "stop": 957697702
        },
        {
            "start": 957697708,
            "stop": 957698089
        },
        {
            "start": 957699515,
            "stop": 957699925
        },
        {
            "start": 957699931,
            "stop": 957700324
        },
        {
            "start": 957707675,
            "stop": 957708726
        },
        {
            "start": 957708731,
            "stop": 957709730
        },
        {
            "start": 957709735,
            "stop": 957714655
        },
        {
            "start": 957718342,
            "stop": 957718405
        },
        {
            "start": 957718411,
            "stop": 957719645
        },
        {
            "start": 957719651,
            "stop": 957722155
        },
        {
            "start": 957722161,
            "stop": 957723272
        },
        {
            "start": 957723278,
            "stop": 957724263
        },
        {
            "start": 957724269,
            "stop": 957726439
        },
        {
            "start": 957726445,
            "stop": 957727441
        }
    ]
}