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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4676",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4674",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4675,
    "results": [
        {
            "start": 969799063,
            "stop": 969799064
        },
        {
            "start": 969799067,
            "stop": 969799086
        },
        {
            "start": 969799089,
            "stop": 969799090
        },
        {
            "start": 969799093,
            "stop": 969799099
        },
        {
            "start": 969799106,
            "stop": 969799115
        },
        {
            "start": 969799119,
            "stop": 969799129
        },
        {
            "start": 969799132,
            "stop": 969799138
        },
        {
            "start": 969799144,
            "stop": 969799246
        },
        {
            "start": 969799253,
            "stop": 969799288
        },
        {
            "start": 969799291,
            "stop": 969799292
        },
        {
            "start": 969799295,
            "stop": 969799340
        },
        {
            "start": 969799343,
            "stop": 969799362
        },
        {
            "start": 969799365,
            "stop": 969799379
        },
        {
            "start": 969799382,
            "stop": 969799459
        },
        {
            "start": 969799462,
            "stop": 969799580
        },
        {
            "start": 969799586,
            "stop": 969799624
        },
        {
            "start": 969799627,
            "stop": 969799658
        },
        {
            "start": 969799718,
            "stop": 969799719
        },
        {
            "start": 969799722,
            "stop": 969799751
        },
        {
            "start": 969799755,
            "stop": 969799790
        }
    ]
}