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=632
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=633",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=631",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 632,
    "results": [
        {
            "start": 1265664797,
            "stop": 1265665086
        },
        {
            "start": 1265665087,
            "stop": 1265666439
        },
        {
            "start": 1265666443,
            "stop": 1265666857
        },
        {
            "start": 1265666860,
            "stop": 1265668537
        },
        {
            "start": 1265668540,
            "stop": 1265668850
        },
        {
            "start": 1265668851,
            "stop": 1265669346
        },
        {
            "start": 1265669347,
            "stop": 1265671661
        },
        {
            "start": 1265671662,
            "stop": 1265675357
        },
        {
            "start": 1265675359,
            "stop": 1265675899
        },
        {
            "start": 1265675903,
            "stop": 1265676722
        },
        {
            "start": 1265676726,
            "stop": 1265676740
        },
        {
            "start": 1265676744,
            "stop": 1265678681
        },
        {
            "start": 1265678683,
            "stop": 1265679670
        },
        {
            "start": 1265679675,
            "stop": 1265682394
        },
        {
            "start": 1265682397,
            "stop": 1265694842
        },
        {
            "start": 1265694845,
            "stop": 1265695314
        },
        {
            "start": 1265695320,
            "stop": 1265695628
        },
        {
            "start": 1265695633,
            "stop": 1265697745
        },
        {
            "start": 1265697748,
            "stop": 1265705129
        },
        {
            "start": 1265705134,
            "stop": 1265706813
        }
    ]
}