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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=14",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 15,
    "results": [
        {
            "start": 816673418,
            "stop": 816673591
        },
        {
            "start": 816673594,
            "stop": 816673769
        },
        {
            "start": 816673772,
            "stop": 816673861
        },
        {
            "start": 816673864,
            "stop": 816673866
        },
        {
            "start": 816673871,
            "stop": 816674065
        },
        {
            "start": 816674068,
            "stop": 816674792
        },
        {
            "start": 816674795,
            "stop": 816675028
        },
        {
            "start": 816675031,
            "stop": 816675163
        },
        {
            "start": 816675166,
            "stop": 816675223
        },
        {
            "start": 816675226,
            "stop": 816675310
        },
        {
            "start": 816675313,
            "stop": 816675437
        },
        {
            "start": 816675440,
            "stop": 816675476
        },
        {
            "start": 816675481,
            "stop": 816675558
        },
        {
            "start": 816675561,
            "stop": 816675701
        },
        {
            "start": 816675704,
            "stop": 816675781
        },
        {
            "start": 816675784,
            "stop": 816675819
        },
        {
            "start": 816675822,
            "stop": 816675869
        },
        {
            "start": 816676673,
            "stop": 816676684
        },
        {
            "start": 816676687,
            "stop": 816676970
        },
        {
            "start": 816676975,
            "stop": 816677372
        }
    ]
}