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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=350",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 351,
    "results": [
        {
            "start": 818255423,
            "stop": 818255424
        },
        {
            "start": 818255445,
            "stop": 818255446
        },
        {
            "start": 818255449,
            "stop": 818255454
        },
        {
            "start": 818255457,
            "stop": 818255461
        },
        {
            "start": 818255475,
            "stop": 818255477
        },
        {
            "start": 818255492,
            "stop": 818255501
        },
        {
            "start": 818255504,
            "stop": 818255506
        },
        {
            "start": 818255513,
            "stop": 818255514
        },
        {
            "start": 818255522,
            "stop": 818255523
        },
        {
            "start": 818255526,
            "stop": 818255528
        },
        {
            "start": 818255540,
            "stop": 818255542
        },
        {
            "start": 818255550,
            "stop": 818255551
        },
        {
            "start": 818255560,
            "stop": 818255573
        },
        {
            "start": 818255583,
            "stop": 818255585
        },
        {
            "start": 818255591,
            "stop": 818255592
        },
        {
            "start": 818255597,
            "stop": 818255598
        },
        {
            "start": 818255602,
            "stop": 818255603
        },
        {
            "start": 818255607,
            "stop": 818255612
        },
        {
            "start": 818255644,
            "stop": 818255646
        },
        {
            "start": 818255668,
            "stop": 818255669
        }
    ]
}