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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=287",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 288,
    "results": [
        {
            "start": 1263156047,
            "stop": 1263158690
        },
        {
            "start": 1263158694,
            "stop": 1263160133
        },
        {
            "start": 1263164625,
            "stop": 1263167684
        },
        {
            "start": 1263167689,
            "stop": 1263169317
        },
        {
            "start": 1263169320,
            "stop": 1263170569
        },
        {
            "start": 1263170571,
            "stop": 1263174099
        },
        {
            "start": 1263174101,
            "stop": 1263174727
        },
        {
            "start": 1263174731,
            "stop": 1263176175
        },
        {
            "start": 1263176179,
            "stop": 1263177719
        },
        {
            "start": 1263177723,
            "stop": 1263177865
        },
        {
            "start": 1263177868,
            "stop": 1263178422
        },
        {
            "start": 1263178424,
            "stop": 1263178688
        },
        {
            "start": 1263178691,
            "stop": 1263179492
        },
        {
            "start": 1263179497,
            "stop": 1263181428
        },
        {
            "start": 1263181432,
            "stop": 1263181869
        },
        {
            "start": 1263184089,
            "stop": 1263184508
        },
        {
            "start": 1263184512,
            "stop": 1263187815
        },
        {
            "start": 1263187818,
            "stop": 1263190316
        },
        {
            "start": 1263190317,
            "stop": 1263193462
        },
        {
            "start": 1263193466,
            "stop": 1263193691
        }
    ]
}