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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=239",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 240,
    "results": [
        {
            "start": 821308104,
            "stop": 821308807
        },
        {
            "start": 821308812,
            "stop": 821308824
        },
        {
            "start": 821308838,
            "stop": 821308942
        },
        {
            "start": 821308953,
            "stop": 821309779
        },
        {
            "start": 821309784,
            "stop": 821310532
        },
        {
            "start": 821310542,
            "stop": 821310585
        },
        {
            "start": 821310590,
            "stop": 821310811
        },
        {
            "start": 821310816,
            "stop": 821311081
        },
        {
            "start": 821311087,
            "stop": 821311251
        },
        {
            "start": 821311257,
            "stop": 821311433
        },
        {
            "start": 821311438,
            "stop": 821312718
        },
        {
            "start": 821312723,
            "stop": 821316289
        },
        {
            "start": 821316302,
            "stop": 821318640
        },
        {
            "start": 821319091,
            "stop": 821324006
        },
        {
            "start": 821324012,
            "stop": 821333712
        },
        {
            "start": 821333718,
            "stop": 821336091
        },
        {
            "start": 821336097,
            "stop": 821342451
        },
        {
            "start": 821342456,
            "stop": 821343185
        },
        {
            "start": 821343190,
            "stop": 821345292
        },
        {
            "start": 821345301,
            "stop": 821345966
        }
    ]
}