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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 254,
    "results": [
        {
            "start": 931679304,
            "stop": 931679305
        },
        {
            "start": 931679310,
            "stop": 931679311
        },
        {
            "start": 931679314,
            "stop": 931679315
        },
        {
            "start": 931679318,
            "stop": 931679323
        },
        {
            "start": 931679329,
            "stop": 931679334
        },
        {
            "start": 931679337,
            "stop": 931679338
        },
        {
            "start": 931679341,
            "stop": 931679342
        },
        {
            "start": 931679349,
            "stop": 931679350
        },
        {
            "start": 931679353,
            "stop": 931679361
        },
        {
            "start": 931679366,
            "stop": 931679369
        },
        {
            "start": 931679372,
            "stop": 931679389
        },
        {
            "start": 931679392,
            "stop": 931679397
        },
        {
            "start": 931679401,
            "stop": 931679410
        },
        {
            "start": 931679413,
            "stop": 931679414
        },
        {
            "start": 931679418,
            "stop": 931679420
        },
        {
            "start": 931679424,
            "stop": 931679428
        },
        {
            "start": 931679430,
            "stop": 931679442
        },
        {
            "start": 931679448,
            "stop": 931679449
        },
        {
            "start": 931679452,
            "stop": 931679464
        },
        {
            "start": 931679468,
            "stop": 931679470
        }
    ]
}