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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 219,
    "results": [
        {
            "start": 931672142,
            "stop": 931672146
        },
        {
            "start": 931672149,
            "stop": 931672159
        },
        {
            "start": 931672162,
            "stop": 931672165
        },
        {
            "start": 931672168,
            "stop": 931672171
        },
        {
            "start": 931672174,
            "stop": 931672177
        },
        {
            "start": 931672180,
            "stop": 931672185
        },
        {
            "start": 931672188,
            "stop": 931672191
        },
        {
            "start": 931672194,
            "stop": 931672198
        },
        {
            "start": 931672201,
            "stop": 931672203
        },
        {
            "start": 931672209,
            "stop": 931672210
        },
        {
            "start": 931672213,
            "stop": 931672214
        },
        {
            "start": 931672218,
            "stop": 931672219
        },
        {
            "start": 931672225,
            "stop": 931672240
        },
        {
            "start": 931672244,
            "stop": 931672246
        },
        {
            "start": 931672249,
            "stop": 931672262
        },
        {
            "start": 931672265,
            "stop": 931672273
        },
        {
            "start": 931672281,
            "stop": 931672300
        },
        {
            "start": 931672306,
            "stop": 931672321
        },
        {
            "start": 931672325,
            "stop": 931672344
        },
        {
            "start": 931672347,
            "stop": 931672374
        }
    ]
}