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=5050
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=5051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5049",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5050,
    "results": [
        {
            "start": 874595832,
            "stop": 874595849
        },
        {
            "start": 874595868,
            "stop": 874595881
        },
        {
            "start": 874595915,
            "stop": 874596000
        },
        {
            "start": 874596022,
            "stop": 874596034
        },
        {
            "start": 874596054,
            "stop": 874596105
        },
        {
            "start": 874596124,
            "stop": 874596131
        },
        {
            "start": 874596151,
            "stop": 874596280
        },
        {
            "start": 874596299,
            "stop": 874596326
        },
        {
            "start": 874596345,
            "stop": 874596353
        },
        {
            "start": 874596373,
            "stop": 874596383
        },
        {
            "start": 874596422,
            "stop": 874596492
        },
        {
            "start": 874596511,
            "stop": 874596534
        },
        {
            "start": 874596553,
            "stop": 874596566
        },
        {
            "start": 874596586,
            "stop": 874596589
        },
        {
            "start": 874596623,
            "stop": 874596638
        },
        {
            "start": 874596708,
            "stop": 874596732
        },
        {
            "start": 874596751,
            "stop": 874596823
        },
        {
            "start": 874596843,
            "stop": 874596919
        },
        {
            "start": 874596939,
            "stop": 874597008
        },
        {
            "start": 874597027,
            "stop": 874597057
        }
    ]
}