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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=190",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 191,
    "results": [
        {
            "start": 931609478,
            "stop": 931609659
        },
        {
            "start": 931609662,
            "stop": 931609782
        },
        {
            "start": 931609784,
            "stop": 931609993
        },
        {
            "start": 931609994,
            "stop": 931610084
        },
        {
            "start": 931610086,
            "stop": 931610303
        },
        {
            "start": 931610305,
            "stop": 931610396
        },
        {
            "start": 931610399,
            "stop": 931610402
        },
        {
            "start": 931610403,
            "stop": 931610416
        },
        {
            "start": 931610418,
            "stop": 931610514
        },
        {
            "start": 931610518,
            "stop": 931610519
        },
        {
            "start": 931610521,
            "stop": 931610532
        },
        {
            "start": 931610534,
            "stop": 931610610
        },
        {
            "start": 931610612,
            "stop": 931611141
        },
        {
            "start": 931611143,
            "stop": 931611207
        },
        {
            "start": 931611209,
            "stop": 931611212
        },
        {
            "start": 931611214,
            "stop": 931611238
        },
        {
            "start": 931611239,
            "stop": 931611246
        },
        {
            "start": 931611248,
            "stop": 931611258
        },
        {
            "start": 931611259,
            "stop": 931611342
        },
        {
            "start": 931611343,
            "stop": 931611570
        }
    ]
}