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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=17",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 18,
    "results": [
        {
            "start": 931509271,
            "stop": 931509279
        },
        {
            "start": 931509394,
            "stop": 931509404
        },
        {
            "start": 931509511,
            "stop": 931509524
        },
        {
            "start": 931509610,
            "stop": 931509637
        },
        {
            "start": 931509656,
            "stop": 931509687
        },
        {
            "start": 931509719,
            "stop": 931509735
        },
        {
            "start": 931509756,
            "stop": 931509762
        },
        {
            "start": 931509790,
            "stop": 931509807
        },
        {
            "start": 931509889,
            "stop": 931509908
        },
        {
            "start": 931509963,
            "stop": 931509965
        },
        {
            "start": 931509984,
            "stop": 931510016
        },
        {
            "start": 931510035,
            "stop": 931510044
        },
        {
            "start": 931510139,
            "stop": 931510194
        },
        {
            "start": 931510217,
            "stop": 931510224
        },
        {
            "start": 931510243,
            "stop": 931510246
        },
        {
            "start": 931510268,
            "stop": 931510279
        },
        {
            "start": 931510303,
            "stop": 931510314
        },
        {
            "start": 931510357,
            "stop": 931510360
        },
        {
            "start": 931510422,
            "stop": 931510434
        },
        {
            "start": 931510453,
            "stop": 931510455
        }
    ]
}