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=4607
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=4608",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4606",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4607,
    "results": [
        {
            "start": 969192902,
            "stop": 969192915
        },
        {
            "start": 969192916,
            "stop": 969192998
        },
        {
            "start": 969193001,
            "stop": 969193052
        },
        {
            "start": 969193053,
            "stop": 969193066
        },
        {
            "start": 969193067,
            "stop": 969193079
        },
        {
            "start": 969193081,
            "stop": 969193086
        },
        {
            "start": 969193090,
            "stop": 969193101
        },
        {
            "start": 969193104,
            "stop": 969193117
        },
        {
            "start": 969193123,
            "stop": 969193140
        },
        {
            "start": 969193141,
            "stop": 969193152
        },
        {
            "start": 969212866,
            "stop": 969212899
        },
        {
            "start": 969212901,
            "stop": 969212905
        },
        {
            "start": 969212907,
            "stop": 969212987
        },
        {
            "start": 969212989,
            "stop": 969213078
        },
        {
            "start": 969213082,
            "stop": 969213153
        },
        {
            "start": 969213156,
            "stop": 969213157
        },
        {
            "start": 969213161,
            "stop": 969213229
        },
        {
            "start": 969213232,
            "stop": 969213284
        },
        {
            "start": 969213285,
            "stop": 969213314
        },
        {
            "start": 969213317,
            "stop": 969213329
        }
    ]
}