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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=117",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 118,
    "results": [
        {
            "start": 931609116,
            "stop": 931609118
        },
        {
            "start": 931609123,
            "stop": 931609155
        },
        {
            "start": 931609167,
            "stop": 931609168
        },
        {
            "start": 931609176,
            "stop": 931609181
        },
        {
            "start": 931609187,
            "stop": 931609205
        },
        {
            "start": 931609211,
            "stop": 931609252
        },
        {
            "start": 931609258,
            "stop": 931609347
        },
        {
            "start": 931609352,
            "stop": 931609476
        },
        {
            "start": 931609482,
            "stop": 931609659
        },
        {
            "start": 931609666,
            "stop": 931609782
        },
        {
            "start": 931609788,
            "stop": 931609993
        },
        {
            "start": 931609998,
            "stop": 931610084
        },
        {
            "start": 931610090,
            "stop": 931610303
        },
        {
            "start": 931610309,
            "stop": 931610396
        },
        {
            "start": 931610407,
            "stop": 931610416
        },
        {
            "start": 931610422,
            "stop": 931610514
        },
        {
            "start": 931610525,
            "stop": 931610532
        },
        {
            "start": 931610538,
            "stop": 931610610
        },
        {
            "start": 931610616,
            "stop": 931611141
        },
        {
            "start": 931611147,
            "stop": 931611207
        }
    ]
}