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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 173,
    "results": [
        {
            "start": 931600296,
            "stop": 931600298
        },
        {
            "start": 931600307,
            "stop": 931600308
        },
        {
            "start": 931600311,
            "stop": 931600312
        },
        {
            "start": 931600315,
            "stop": 931600316
        },
        {
            "start": 931600341,
            "stop": 931600354
        },
        {
            "start": 931600358,
            "stop": 931600360
        },
        {
            "start": 931600364,
            "stop": 931600367
        },
        {
            "start": 931600371,
            "stop": 931600375
        },
        {
            "start": 931600384,
            "stop": 931600386
        },
        {
            "start": 931600389,
            "stop": 931600395
        },
        {
            "start": 931600398,
            "stop": 931600400
        },
        {
            "start": 931600409,
            "stop": 931600410
        },
        {
            "start": 931600415,
            "stop": 931600424
        },
        {
            "start": 931600427,
            "stop": 931600430
        },
        {
            "start": 931600433,
            "stop": 931600440
        },
        {
            "start": 931600443,
            "stop": 931600448
        },
        {
            "start": 931600454,
            "stop": 931600460
        },
        {
            "start": 931600464,
            "stop": 931600466
        },
        {
            "start": 931600474,
            "stop": 931600484
        },
        {
            "start": 931600486,
            "stop": 931600487
        }
    ]
}