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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4603",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4601",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4602,
    "results": [
        {
            "start": 969188414,
            "stop": 969188446
        },
        {
            "start": 969188449,
            "stop": 969188453
        },
        {
            "start": 969188456,
            "stop": 969188460
        },
        {
            "start": 969188463,
            "stop": 969188467
        },
        {
            "start": 969188469,
            "stop": 969188499
        },
        {
            "start": 969188504,
            "stop": 969188528
        },
        {
            "start": 969188530,
            "stop": 969188531
        },
        {
            "start": 969188534,
            "stop": 969188545
        },
        {
            "start": 969188548,
            "stop": 969188562
        },
        {
            "start": 969188565,
            "stop": 969188578
        },
        {
            "start": 969188581,
            "stop": 969188730
        },
        {
            "start": 969191179,
            "stop": 969191181
        },
        {
            "start": 969191183,
            "stop": 969191184
        },
        {
            "start": 969191187,
            "stop": 969191189
        },
        {
            "start": 969191192,
            "stop": 969191195
        },
        {
            "start": 969191198,
            "stop": 969191205
        },
        {
            "start": 969191208,
            "stop": 969191211
        },
        {
            "start": 969191214,
            "stop": 969191226
        },
        {
            "start": 969191229,
            "stop": 969191231
        },
        {
            "start": 969191235,
            "stop": 969191238
        }
    ]
}