Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=84
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=83",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 84,
    "results": [
        {
            "start": 835690522,
            "stop": 835696824
        },
        {
            "start": 835698482,
            "stop": 835721855
        },
        {
            "start": 835723570,
            "stop": 835726354
        },
        {
            "start": 835728475,
            "stop": 835731782
        },
        {
            "start": 835731954,
            "stop": 835770760
        },
        {
            "start": 835771994,
            "stop": 835804342
        },
        {
            "start": 835805602,
            "stop": 835814420
        },
        {
            "start": 835815913,
            "stop": 835818153
        },
        {
            "start": 835819440,
            "stop": 835848164
        },
        {
            "start": 835849102,
            "stop": 835888416
        },
        {
            "start": 835890751,
            "stop": 835895156
        },
        {
            "start": 835898072,
            "stop": 835902166
        },
        {
            "start": 835902186,
            "stop": 835954346
        },
        {
            "start": 835956185,
            "stop": 835958903
        },
        {
            "start": 835960739,
            "stop": 835961460
        },
        {
            "start": 835962564,
            "stop": 835978800
        },
        {
            "start": 835980371,
            "stop": 835984133
        },
        {
            "start": 835985009,
            "stop": 835988690
        },
        {
            "start": 835988797,
            "stop": 835989662
        },
        {
            "start": 835989742,
            "stop": 836038691
        }
    ]
}