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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=134",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 135,
    "results": [
        {
            "start": 816748243,
            "stop": 816748245
        },
        {
            "start": 816748250,
            "stop": 816748252
        },
        {
            "start": 816748255,
            "stop": 816748300
        },
        {
            "start": 816748306,
            "stop": 816748309
        },
        {
            "start": 816748314,
            "stop": 816748322
        },
        {
            "start": 816748326,
            "stop": 816748506
        },
        {
            "start": 816748509,
            "stop": 816748727
        },
        {
            "start": 816748731,
            "stop": 816748733
        },
        {
            "start": 816748740,
            "stop": 816748784
        },
        {
            "start": 816748788,
            "stop": 816748863
        },
        {
            "start": 816748868,
            "stop": 816748895
        },
        {
            "start": 816748900,
            "stop": 816748903
        },
        {
            "start": 816748908,
            "stop": 816748911
        },
        {
            "start": 816748916,
            "stop": 816748925
        },
        {
            "start": 816748929,
            "stop": 816748932
        },
        {
            "start": 816748936,
            "stop": 816748945
        },
        {
            "start": 816748949,
            "stop": 816748963
        },
        {
            "start": 816748966,
            "stop": 816748976
        },
        {
            "start": 816748980,
            "stop": 816748986
        },
        {
            "start": 816748990,
            "stop": 816749003
        }
    ]
}