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=550
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=551",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=549",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 550,
    "results": [
        {
            "start": 1264843375,
            "stop": 1264843414
        },
        {
            "start": 1264843416,
            "stop": 1264843719
        },
        {
            "start": 1264843721,
            "stop": 1264843726
        },
        {
            "start": 1264843730,
            "stop": 1264843744
        },
        {
            "start": 1264843747,
            "stop": 1264843790
        },
        {
            "start": 1264843794,
            "stop": 1264843819
        },
        {
            "start": 1264843820,
            "stop": 1264843894
        },
        {
            "start": 1264843898,
            "stop": 1264843910
        },
        {
            "start": 1264843911,
            "stop": 1264843952
        },
        {
            "start": 1264843953,
            "stop": 1264843963
        },
        {
            "start": 1264843968,
            "stop": 1264843974
        },
        {
            "start": 1264843975,
            "stop": 1264843980
        },
        {
            "start": 1264843981,
            "stop": 1264844041
        },
        {
            "start": 1264844042,
            "stop": 1264844043
        },
        {
            "start": 1264844044,
            "stop": 1264844059
        },
        {
            "start": 1264844060,
            "stop": 1264844169
        },
        {
            "start": 1264844174,
            "stop": 1264844182
        },
        {
            "start": 1264844184,
            "stop": 1264844195
        },
        {
            "start": 1264844199,
            "stop": 1264844296
        },
        {
            "start": 1264844299,
            "stop": 1264844303
        }
    ]
}