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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=185",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 186,
    "results": [
        {
            "start": 816917806,
            "stop": 816917815
        },
        {
            "start": 816917819,
            "stop": 816917821
        },
        {
            "start": 816917825,
            "stop": 816917883
        },
        {
            "start": 816917888,
            "stop": 816917891
        },
        {
            "start": 816917902,
            "stop": 816917920
        },
        {
            "start": 816917924,
            "stop": 816918049
        },
        {
            "start": 816918056,
            "stop": 816918081
        },
        {
            "start": 816918087,
            "stop": 816918146
        },
        {
            "start": 816918150,
            "stop": 816918153
        },
        {
            "start": 816918161,
            "stop": 816918289
        },
        {
            "start": 816918293,
            "stop": 816918298
        },
        {
            "start": 816918302,
            "stop": 816918326
        },
        {
            "start": 816918330,
            "stop": 816918334
        },
        {
            "start": 816918340,
            "stop": 816918362
        },
        {
            "start": 816918367,
            "stop": 816918465
        },
        {
            "start": 816918470,
            "stop": 816918475
        },
        {
            "start": 816918485,
            "stop": 816918490
        },
        {
            "start": 816918499,
            "stop": 816918509
        },
        {
            "start": 816918513,
            "stop": 816918522
        },
        {
            "start": 816918530,
            "stop": 816918557
        }
    ]
}