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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=112",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 113,
    "results": [
        {
            "start": 816691401,
            "stop": 816691500
        },
        {
            "start": 816691503,
            "stop": 816691550
        },
        {
            "start": 816691554,
            "stop": 816691579
        },
        {
            "start": 816691583,
            "stop": 816691694
        },
        {
            "start": 816691697,
            "stop": 816692053
        },
        {
            "start": 816692057,
            "stop": 816692218
        },
        {
            "start": 816692223,
            "stop": 816692271
        },
        {
            "start": 816692274,
            "stop": 816692275
        },
        {
            "start": 816692279,
            "stop": 816692341
        },
        {
            "start": 816692345,
            "stop": 816692350
        },
        {
            "start": 816692353,
            "stop": 816692412
        },
        {
            "start": 816692417,
            "stop": 816692421
        },
        {
            "start": 816692424,
            "stop": 816692433
        },
        {
            "start": 816692438,
            "stop": 816692541
        },
        {
            "start": 816692546,
            "stop": 816692579
        },
        {
            "start": 816692583,
            "stop": 816692584
        },
        {
            "start": 816692590,
            "stop": 816692595
        },
        {
            "start": 816692599,
            "stop": 816692666
        },
        {
            "start": 816692669,
            "stop": 816692753
        },
        {
            "start": 816692756,
            "stop": 816692849
        }
    ]
}