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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=140",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 141,
    "results": [
        {
            "start": 931771966,
            "stop": 931771967
        },
        {
            "start": 931772005,
            "stop": 931772006
        },
        {
            "start": 931772015,
            "stop": 931772016
        },
        {
            "start": 931772023,
            "stop": 931772026
        },
        {
            "start": 931772033,
            "stop": 931772043
        },
        {
            "start": 931772060,
            "stop": 931772073
        },
        {
            "start": 931772080,
            "stop": 931772083
        },
        {
            "start": 931772104,
            "stop": 931772106
        },
        {
            "start": 931772113,
            "stop": 931772118
        },
        {
            "start": 931772136,
            "stop": 931772153
        },
        {
            "start": 931772181,
            "stop": 931772191
        },
        {
            "start": 931772198,
            "stop": 931772211
        },
        {
            "start": 931772227,
            "stop": 931772241
        },
        {
            "start": 931772248,
            "stop": 931772258
        },
        {
            "start": 931772272,
            "stop": 931772289
        },
        {
            "start": 931772296,
            "stop": 931772297
        },
        {
            "start": 931772310,
            "stop": 931772326
        },
        {
            "start": 931772335,
            "stop": 931772349
        },
        {
            "start": 931772356,
            "stop": 931772376
        },
        {
            "start": 931772388,
            "stop": 931772408
        }
    ]
}