Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1257
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1256",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1257,
    "results": [
        {
            "start": 957609591,
            "stop": 957609810
        },
        {
            "start": 957609812,
            "stop": 957610150
        },
        {
            "start": 957610152,
            "stop": 957610164
        },
        {
            "start": 957610166,
            "stop": 957610381
        },
        {
            "start": 957610382,
            "stop": 957611002
        },
        {
            "start": 957614214,
            "stop": 957617381
        },
        {
            "start": 957664437,
            "stop": 957665849
        },
        {
            "start": 957665851,
            "stop": 957666020
        },
        {
            "start": 957666022,
            "stop": 957666454
        },
        {
            "start": 957668969,
            "stop": 957669245
        },
        {
            "start": 957669247,
            "stop": 957669914
        },
        {
            "start": 957669916,
            "stop": 957670798
        },
        {
            "start": 957670800,
            "stop": 957671189
        },
        {
            "start": 957672063,
            "stop": 957672391
        },
        {
            "start": 957672393,
            "stop": 957672841
        },
        {
            "start": 957672843,
            "stop": 957673378
        },
        {
            "start": 957673380,
            "stop": 957673573
        },
        {
            "start": 957673575,
            "stop": 957674397
        },
        {
            "start": 957674399,
            "stop": 957674681
        },
        {
            "start": 957674683,
            "stop": 957674705
        }
    ]
}