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=650
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=651",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=649",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 650,
    "results": [
        {
            "start": 1265871035,
            "stop": 1265871768
        },
        {
            "start": 1265871771,
            "stop": 1265872635
        },
        {
            "start": 1265872640,
            "stop": 1265872664
        },
        {
            "start": 1265872669,
            "stop": 1265873435
        },
        {
            "start": 1265873440,
            "stop": 1265875209
        },
        {
            "start": 1265875214,
            "stop": 1265875259
        },
        {
            "start": 1265875268,
            "stop": 1265876370
        },
        {
            "start": 1265876375,
            "stop": 1265876700
        },
        {
            "start": 1265876709,
            "stop": 1265877140
        },
        {
            "start": 1265877145,
            "stop": 1265877856
        },
        {
            "start": 1265877861,
            "stop": 1265877890
        },
        {
            "start": 1265877895,
            "stop": 1265878995
        },
        {
            "start": 1265879000,
            "stop": 1265879123
        },
        {
            "start": 1265879128,
            "stop": 1265879518
        },
        {
            "start": 1265879523,
            "stop": 1265879900
        },
        {
            "start": 1265879905,
            "stop": 1265880180
        },
        {
            "start": 1265880184,
            "stop": 1265881609
        },
        {
            "start": 1265881612,
            "stop": 1265883921
        },
        {
            "start": 1265883926,
            "stop": 1265884207
        },
        {
            "start": 1265884208,
            "stop": 1265884210
        }
    ]
}