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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7383",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7381",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7382,
    "results": [
        {
            "start": 969579206,
            "stop": 969579608
        },
        {
            "start": 969579611,
            "stop": 969579692
        },
        {
            "start": 969579695,
            "stop": 969580208
        },
        {
            "start": 969580212,
            "stop": 969580463
        },
        {
            "start": 969580466,
            "stop": 969581475
        },
        {
            "start": 969581478,
            "stop": 969581523
        },
        {
            "start": 969581526,
            "stop": 969581943
        },
        {
            "start": 969581946,
            "stop": 969582105
        },
        {
            "start": 969582108,
            "stop": 969582391
        },
        {
            "start": 969582396,
            "stop": 969582415
        },
        {
            "start": 969586001,
            "stop": 969586562
        },
        {
            "start": 969586565,
            "stop": 969590161
        },
        {
            "start": 969590164,
            "stop": 969591235
        },
        {
            "start": 969591238,
            "stop": 969591595
        },
        {
            "start": 969591598,
            "stop": 969591815
        },
        {
            "start": 969591818,
            "stop": 969592068
        },
        {
            "start": 969592071,
            "stop": 969592317
        },
        {
            "start": 969592320,
            "stop": 969593307
        },
        {
            "start": 969593310,
            "stop": 969593364
        },
        {
            "start": 969593367,
            "stop": 969593445
        }
    ]
}