Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=206",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 207,
    "results": [
        {
            "start": 816858772,
            "stop": 816858775
        },
        {
            "start": 816858778,
            "stop": 816858850
        },
        {
            "start": 816858853,
            "stop": 816858862
        },
        {
            "start": 816858867,
            "stop": 816858883
        },
        {
            "start": 816858887,
            "stop": 816858888
        },
        {
            "start": 816858922,
            "stop": 816858923
        },
        {
            "start": 816858932,
            "stop": 816858935
        },
        {
            "start": 816858942,
            "stop": 816858977
        },
        {
            "start": 816858982,
            "stop": 816859013
        },
        {
            "start": 816859019,
            "stop": 816859079
        },
        {
            "start": 816859084,
            "stop": 816859105
        },
        {
            "start": 816859111,
            "stop": 816859137
        },
        {
            "start": 816859141,
            "stop": 816859149
        },
        {
            "start": 816859153,
            "stop": 816859335
        },
        {
            "start": 816859340,
            "stop": 816859349
        },
        {
            "start": 816859358,
            "stop": 816859425
        },
        {
            "start": 816859430,
            "stop": 816859432
        },
        {
            "start": 816859435,
            "stop": 816859438
        },
        {
            "start": 816859441,
            "stop": 816859480
        },
        {
            "start": 816859485,
            "stop": 816859489
        }
    ]
}