Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 17,
    "results": [
        {
            "start": 1268429063,
            "stop": 1268430908
        },
        {
            "start": 1268431044,
            "stop": 1268488827
        },
        {
            "start": 1268503993,
            "stop": 1268511207
        },
        {
            "start": 1268511261,
            "stop": 1268516284
        },
        {
            "start": 1268516633,
            "stop": 1268557824
        },
        {
            "start": 1268557920,
            "stop": 1268558108
        },
        {
            "start": 1268558291,
            "stop": 1268572755
        },
        {
            "start": 1268578962,
            "stop": 1268598701
        },
        {
            "start": 1268603444,
            "stop": 1268621879
        },
        {
            "start": 1268624226,
            "stop": 1268642751
        },
        {
            "start": 1268642844,
            "stop": 1268681516
        },
        {
            "start": 1268685500,
            "stop": 1268714488
        },
        {
            "start": 1268714540,
            "stop": 1268760671
        },
        {
            "start": 1268764432,
            "stop": 1268770943
        },
        {
            "start": 1268772994,
            "stop": 1268870185
        },
        {
            "start": 1268872549,
            "stop": 1268955520
        },
        {
            "start": 1268955745,
            "stop": 1269012465
        },
        {
            "start": 1269016329,
            "stop": 1269021641
        },
        {
            "start": 1269026954,
            "stop": 1269037525
        },
        {
            "start": 1269046699,
            "stop": 1269079656
        }
    ]
}