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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=158",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 159,
    "results": [
        {
            "start": 826663904,
            "stop": 826666681
        },
        {
            "start": 826673817,
            "stop": 826674031
        },
        {
            "start": 826674033,
            "stop": 826674214
        },
        {
            "start": 826674216,
            "stop": 826674889
        },
        {
            "start": 826674891,
            "stop": 826677307
        },
        {
            "start": 826677313,
            "stop": 826681296
        },
        {
            "start": 826681406,
            "stop": 826681425
        },
        {
            "start": 826681725,
            "stop": 826681755
        },
        {
            "start": 826682402,
            "stop": 826685365
        },
        {
            "start": 826685665,
            "stop": 826686358
        },
        {
            "start": 826686782,
            "stop": 826686952
        },
        {
            "start": 826686955,
            "stop": 826695524
        },
        {
            "start": 826695527,
            "stop": 826695529
        },
        {
            "start": 826695531,
            "stop": 826696839
        },
        {
            "start": 826696841,
            "stop": 826696918
        },
        {
            "start": 826696920,
            "stop": 826697769
        },
        {
            "start": 826697773,
            "stop": 826700204
        },
        {
            "start": 826700653,
            "stop": 826709130
        },
        {
            "start": 826709190,
            "stop": 826709211
        },
        {
            "start": 826709321,
            "stop": 826709402
        }
    ]
}