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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=104",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 105,
    "results": [
        {
            "start": 931378728,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931379071
        },
        {
            "start": 931379073,
            "stop": 931379107
        },
        {
            "start": 931379108,
            "stop": 931379144
        },
        {
            "start": 931379146,
            "stop": 931379174
        },
        {
            "start": 931379176,
            "stop": 931379195
        },
        {
            "start": 931379197,
            "stop": 931379256
        },
        {
            "start": 931379258,
            "stop": 931379270
        },
        {
            "start": 931379272,
            "stop": 931379361
        },
        {
            "start": 931379363,
            "stop": 931379375
        },
        {
            "start": 931379377,
            "stop": 931379498
        },
        {
            "start": 931379500,
            "stop": 931379551
        },
        {
            "start": 931379553,
            "stop": 931379583
        },
        {
            "start": 931379584,
            "stop": 931379632
        },
        {
            "start": 931379634,
            "stop": 931379695
        },
        {
            "start": 931379697,
            "stop": 931379779
        },
        {
            "start": 931379781,
            "stop": 931379823
        },
        {
            "start": 931379825,
            "stop": 931379861
        },
        {
            "start": 931379863,
            "stop": 931380208
        },
        {
            "start": 931380209,
            "stop": 931380287
        }
    ]
}