Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=34
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=33",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 34,
    "results": [
        {
            "start": 817257143,
            "stop": 817258458
        },
        {
            "start": 817258466,
            "stop": 817260978
        },
        {
            "start": 817260986,
            "stop": 817261264
        },
        {
            "start": 817261273,
            "stop": 817261526
        },
        {
            "start": 817261632,
            "stop": 817262513
        },
        {
            "start": 817262521,
            "stop": 817263661
        },
        {
            "start": 817263672,
            "stop": 817264211
        },
        {
            "start": 817264974,
            "stop": 817265317
        },
        {
            "start": 817265325,
            "stop": 817270048
        },
        {
            "start": 817270058,
            "stop": 817277292
        },
        {
            "start": 817277300,
            "stop": 817280995
        },
        {
            "start": 817281003,
            "stop": 817282711
        },
        {
            "start": 817282719,
            "stop": 817283236
        },
        {
            "start": 817283245,
            "stop": 817286918
        },
        {
            "start": 817286926,
            "stop": 817287011
        },
        {
            "start": 817287022,
            "stop": 817287030
        },
        {
            "start": 817287058,
            "stop": 817287064
        },
        {
            "start": 817290054,
            "stop": 817292563
        },
        {
            "start": 817292571,
            "stop": 817294782
        },
        {
            "start": 817294789,
            "stop": 817294922
        }
    ]
}