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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=37",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 38,
    "results": [
        {
            "start": 816414717,
            "stop": 816415993
        },
        {
            "start": 816415996,
            "stop": 816416533
        },
        {
            "start": 816417153,
            "stop": 816417829
        },
        {
            "start": 816417833,
            "stop": 816418199
        },
        {
            "start": 816418202,
            "stop": 816418335
        },
        {
            "start": 816418340,
            "stop": 816419666
        },
        {
            "start": 816419670,
            "stop": 816420085
        },
        {
            "start": 816420089,
            "stop": 816420225
        },
        {
            "start": 816420230,
            "stop": 816421019
        },
        {
            "start": 816421022,
            "stop": 816421027
        },
        {
            "start": 816421030,
            "stop": 816421033
        },
        {
            "start": 816421039,
            "stop": 816421218
        },
        {
            "start": 816421227,
            "stop": 816421469
        },
        {
            "start": 816421473,
            "stop": 816422059
        },
        {
            "start": 816422064,
            "stop": 816422178
        },
        {
            "start": 816422183,
            "stop": 816422255
        },
        {
            "start": 816422266,
            "stop": 816422271
        },
        {
            "start": 816422288,
            "stop": 816422477
        },
        {
            "start": 816422491,
            "stop": 816422492
        },
        {
            "start": 816422514,
            "stop": 816422519
        }
    ]
}