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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=166",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 167,
    "results": [
        {
            "start": 1419347456,
            "stop": 1419365895
        },
        {
            "start": 1419365897,
            "stop": 1419372001
        },
        {
            "start": 1419372006,
            "stop": 1419373929
        },
        {
            "start": 1419373933,
            "stop": 1419378077
        },
        {
            "start": 1419378082,
            "stop": 1419378083
        },
        {
            "start": 1419378085,
            "stop": 1419380553
        },
        {
            "start": 1419380558,
            "stop": 1419382128
        },
        {
            "start": 1419382130,
            "stop": 1419392789
        },
        {
            "start": 1419392793,
            "stop": 1419392799
        },
        {
            "start": 1419392801,
            "stop": 1419393015
        },
        {
            "start": 1419393017,
            "stop": 1419396781
        },
        {
            "start": 1419396785,
            "stop": 1419396985
        },
        {
            "start": 1419396989,
            "stop": 1419397005
        },
        {
            "start": 1419397009,
            "stop": 1419397772
        },
        {
            "start": 1419397773,
            "stop": 1419398752
        },
        {
            "start": 1419398754,
            "stop": 1419405434
        },
        {
            "start": 1419405436,
            "stop": 1419407062
        },
        {
            "start": 1419407064,
            "stop": 1419432267
        },
        {
            "start": 1419432268,
            "stop": 1419433209
        },
        {
            "start": 1419433213,
            "stop": 1419449693
        }
    ]
}