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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8789",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8790,
    "results": [
        {
            "start": 872373335,
            "stop": 872373388
        },
        {
            "start": 872373426,
            "stop": 872373431
        },
        {
            "start": 872373452,
            "stop": 872373453
        },
        {
            "start": 872373470,
            "stop": 872373511
        },
        {
            "start": 872373530,
            "stop": 872373539
        },
        {
            "start": 872373564,
            "stop": 872373703
        },
        {
            "start": 872373725,
            "stop": 872373819
        },
        {
            "start": 872373836,
            "stop": 872373940
        },
        {
            "start": 872373958,
            "stop": 872374200
        },
        {
            "start": 872374260,
            "stop": 872374269
        },
        {
            "start": 872374288,
            "stop": 872374441
        },
        {
            "start": 872374458,
            "stop": 872374515
        },
        {
            "start": 872374532,
            "stop": 872374696
        },
        {
            "start": 872374715,
            "stop": 872374857
        },
        {
            "start": 872374889,
            "stop": 872374947
        },
        {
            "start": 872374966,
            "stop": 872375000
        },
        {
            "start": 872375022,
            "stop": 872375065
        },
        {
            "start": 872375084,
            "stop": 872375097
        },
        {
            "start": 872375154,
            "stop": 872375298
        },
        {
            "start": 872375315,
            "stop": 872375451
        }
    ]
}