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_CBCHIGH_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_CBCHIGH_CAT3/segments?format=api&page=5062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5060",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5061,
    "results": [
        {
            "start": 874608946,
            "stop": 874608956
        },
        {
            "start": 874609028,
            "stop": 874609033
        },
        {
            "start": 874609080,
            "stop": 874609119
        },
        {
            "start": 874609155,
            "stop": 874609156
        },
        {
            "start": 874609181,
            "stop": 874609197
        },
        {
            "start": 874609220,
            "stop": 874609222
        },
        {
            "start": 874609241,
            "stop": 874609242
        },
        {
            "start": 874609261,
            "stop": 874609313
        },
        {
            "start": 874609352,
            "stop": 874609401
        },
        {
            "start": 874609475,
            "stop": 874609482
        },
        {
            "start": 874609561,
            "stop": 874609603
        },
        {
            "start": 874609674,
            "stop": 874609702
        },
        {
            "start": 874609721,
            "stop": 874609732
        },
        {
            "start": 874609753,
            "stop": 874609755
        },
        {
            "start": 874609810,
            "stop": 874609852
        },
        {
            "start": 874609871,
            "stop": 874609872
        },
        {
            "start": 874609944,
            "stop": 874609960
        },
        {
            "start": 874610027,
            "stop": 874610029
        },
        {
            "start": 874610048,
            "stop": 874610061
        },
        {
            "start": 874610080,
            "stop": 874610115
        }
    ]
}