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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=75",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 76,
    "results": [
        {
            "start": 817863332,
            "stop": 817863344
        },
        {
            "start": 817863347,
            "stop": 817864534
        },
        {
            "start": 817864537,
            "stop": 817864597
        },
        {
            "start": 817864601,
            "stop": 817864768
        },
        {
            "start": 817864771,
            "stop": 817864796
        },
        {
            "start": 817864799,
            "stop": 817865322
        },
        {
            "start": 817865325,
            "stop": 817865477
        },
        {
            "start": 817865478,
            "stop": 817865991
        },
        {
            "start": 817865994,
            "stop": 817866784
        },
        {
            "start": 817866787,
            "stop": 817866804
        },
        {
            "start": 817866806,
            "stop": 817867368
        },
        {
            "start": 817867371,
            "stop": 817868537
        },
        {
            "start": 817868538,
            "stop": 817868539
        },
        {
            "start": 817868542,
            "stop": 817869055
        },
        {
            "start": 817869058,
            "stop": 817869299
        },
        {
            "start": 817869302,
            "stop": 817869462
        },
        {
            "start": 817869465,
            "stop": 817869466
        },
        {
            "start": 817869469,
            "stop": 817869731
        },
        {
            "start": 817869734,
            "stop": 817869743
        },
        {
            "start": 817869748,
            "stop": 817869753
        }
    ]
}