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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=539",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 540,
    "results": [
        {
            "start": 1264767987,
            "stop": 1264767988
        },
        {
            "start": 1264767989,
            "stop": 1264768010
        },
        {
            "start": 1264768011,
            "stop": 1264768015
        },
        {
            "start": 1264768019,
            "stop": 1264768020
        },
        {
            "start": 1264768021,
            "stop": 1264768025
        },
        {
            "start": 1264768028,
            "stop": 1264768031
        },
        {
            "start": 1264768032,
            "stop": 1264769208
        },
        {
            "start": 1264769209,
            "stop": 1264769232
        },
        {
            "start": 1264769233,
            "stop": 1264769234
        },
        {
            "start": 1264769235,
            "stop": 1264769239
        },
        {
            "start": 1264769240,
            "stop": 1264769250
        },
        {
            "start": 1264769251,
            "stop": 1264769254
        },
        {
            "start": 1264769256,
            "stop": 1264769258
        },
        {
            "start": 1264769259,
            "stop": 1264769262
        },
        {
            "start": 1264769265,
            "stop": 1264769267
        },
        {
            "start": 1264769272,
            "stop": 1264769325
        },
        {
            "start": 1264769327,
            "stop": 1264769348
        },
        {
            "start": 1264769353,
            "stop": 1264769364
        },
        {
            "start": 1264769365,
            "stop": 1264769374
        },
        {
            "start": 1264769378,
            "stop": 1264769382
        }
    ]
}