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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=331",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 332,
    "results": [
        {
            "start": 818250401,
            "stop": 818250405
        },
        {
            "start": 818250409,
            "stop": 818250414
        },
        {
            "start": 818250417,
            "stop": 818250418
        },
        {
            "start": 818250438,
            "stop": 818250450
        },
        {
            "start": 818250454,
            "stop": 818250456
        },
        {
            "start": 818250459,
            "stop": 818250462
        },
        {
            "start": 818250474,
            "stop": 818250480
        },
        {
            "start": 818250484,
            "stop": 818250487
        },
        {
            "start": 818250491,
            "stop": 818250492
        },
        {
            "start": 818250495,
            "stop": 818250497
        },
        {
            "start": 818250509,
            "stop": 818250513
        },
        {
            "start": 818250516,
            "stop": 818250517
        },
        {
            "start": 818250532,
            "stop": 818250533
        },
        {
            "start": 818250536,
            "stop": 818250540
        },
        {
            "start": 818250547,
            "stop": 818250549
        },
        {
            "start": 818250553,
            "stop": 818250554
        },
        {
            "start": 818250561,
            "stop": 818250563
        },
        {
            "start": 818250566,
            "stop": 818250571
        },
        {
            "start": 818250577,
            "stop": 818250580
        },
        {
            "start": 818250585,
            "stop": 818250586
        }
    ]
}