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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=276",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 277,
    "results": [
        {
            "start": 828230375,
            "stop": 828230381
        },
        {
            "start": 828230383,
            "stop": 828230384
        },
        {
            "start": 828230385,
            "stop": 828230394
        },
        {
            "start": 828230398,
            "stop": 828230404
        },
        {
            "start": 828230406,
            "stop": 828230408
        },
        {
            "start": 828230411,
            "stop": 828230434
        },
        {
            "start": 828230436,
            "stop": 828230441
        },
        {
            "start": 828230443,
            "stop": 828230445
        },
        {
            "start": 828230447,
            "stop": 828230457
        },
        {
            "start": 828230459,
            "stop": 828230467
        },
        {
            "start": 828230470,
            "stop": 828230478
        },
        {
            "start": 828230480,
            "stop": 828230498
        },
        {
            "start": 828230500,
            "stop": 828230502
        },
        {
            "start": 828230505,
            "stop": 828230509
        },
        {
            "start": 828230511,
            "stop": 828230512
        },
        {
            "start": 828230518,
            "stop": 828230523
        },
        {
            "start": 828230525,
            "stop": 828230527
        },
        {
            "start": 828230529,
            "stop": 828230530
        },
        {
            "start": 828230533,
            "stop": 828230535
        },
        {
            "start": 828230537,
            "stop": 828230549
        }
    ]
}