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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=247",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 248,
    "results": [
        {
            "start": 821385757,
            "stop": 821386005
        },
        {
            "start": 821386013,
            "stop": 821386231
        },
        {
            "start": 821386239,
            "stop": 821386272
        },
        {
            "start": 821386280,
            "stop": 821386716
        },
        {
            "start": 821386724,
            "stop": 821386750
        },
        {
            "start": 821386765,
            "stop": 821386788
        },
        {
            "start": 821386804,
            "stop": 821386861
        },
        {
            "start": 821386878,
            "stop": 821386985
        },
        {
            "start": 821386993,
            "stop": 821387015
        },
        {
            "start": 821387023,
            "stop": 821387107
        },
        {
            "start": 821387115,
            "stop": 821387206
        },
        {
            "start": 821387215,
            "stop": 821387249
        },
        {
            "start": 821387257,
            "stop": 821387292
        },
        {
            "start": 821387300,
            "stop": 821387362
        },
        {
            "start": 821387370,
            "stop": 821387554
        },
        {
            "start": 821387564,
            "stop": 821387568
        },
        {
            "start": 821387584,
            "stop": 821387605
        },
        {
            "start": 821387616,
            "stop": 821387726
        },
        {
            "start": 821387734,
            "stop": 821387735
        },
        {
            "start": 821387744,
            "stop": 821387811
        }
    ]
}