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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5060",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5061,
    "results": [
        {
            "start": 874607831,
            "stop": 874607862
        },
        {
            "start": 874607882,
            "stop": 874607911
        },
        {
            "start": 874607926,
            "stop": 874607927
        },
        {
            "start": 874607934,
            "stop": 874607964
        },
        {
            "start": 874607976,
            "stop": 874607984
        },
        {
            "start": 874607991,
            "stop": 874608004
        },
        {
            "start": 874608011,
            "stop": 874608033
        },
        {
            "start": 874608040,
            "stop": 874608065
        },
        {
            "start": 874608072,
            "stop": 874608089
        },
        {
            "start": 874608096,
            "stop": 874608104
        },
        {
            "start": 874608111,
            "stop": 874608114
        },
        {
            "start": 874608128,
            "stop": 874608136
        },
        {
            "start": 874608143,
            "stop": 874608153
        },
        {
            "start": 874608160,
            "stop": 874608185
        },
        {
            "start": 874608193,
            "stop": 874608231
        },
        {
            "start": 874608238,
            "stop": 874608272
        },
        {
            "start": 874608287,
            "stop": 874608288
        },
        {
            "start": 874608295,
            "stop": 874608318
        },
        {
            "start": 874608325,
            "stop": 874608392
        },
        {
            "start": 874608399,
            "stop": 874608408
        }
    ]
}