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=5094
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=5095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5093",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5094,
    "results": [
        {
            "start": 874642982,
            "stop": 874643055
        },
        {
            "start": 874643063,
            "stop": 874643090
        },
        {
            "start": 874643097,
            "stop": 874643176
        },
        {
            "start": 874643183,
            "stop": 874643256
        },
        {
            "start": 874643263,
            "stop": 874643307
        },
        {
            "start": 874643314,
            "stop": 874643316
        },
        {
            "start": 874643331,
            "stop": 874643356
        },
        {
            "start": 874643363,
            "stop": 874643437
        },
        {
            "start": 874643445,
            "stop": 874643568
        },
        {
            "start": 874643575,
            "stop": 874643660
        },
        {
            "start": 874643671,
            "stop": 874643803
        },
        {
            "start": 874643811,
            "stop": 874643812
        },
        {
            "start": 874643819,
            "stop": 874643962
        },
        {
            "start": 874643969,
            "stop": 874644002
        },
        {
            "start": 874644009,
            "stop": 874644015
        },
        {
            "start": 874644023,
            "stop": 874644052
        },
        {
            "start": 874644059,
            "stop": 874644063
        },
        {
            "start": 874644071,
            "stop": 874644154
        },
        {
            "start": 874644161,
            "stop": 874644196
        },
        {
            "start": 874644204,
            "stop": 874644365
        }
    ]
}