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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=127",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 128,
    "results": [
        {
            "start": 931428131,
            "stop": 931428160
        },
        {
            "start": 931428162,
            "stop": 931428166
        },
        {
            "start": 931428168,
            "stop": 931428204
        },
        {
            "start": 931428206,
            "stop": 931428254
        },
        {
            "start": 931428258,
            "stop": 931428300
        },
        {
            "start": 931428301,
            "stop": 931428370
        },
        {
            "start": 931428372,
            "stop": 931428381
        },
        {
            "start": 931428383,
            "stop": 931428388
        },
        {
            "start": 931428390,
            "stop": 931428417
        },
        {
            "start": 931428419,
            "stop": 931428439
        },
        {
            "start": 931428441,
            "stop": 931428442
        },
        {
            "start": 931428443,
            "stop": 931428478
        },
        {
            "start": 931428480,
            "stop": 931428509
        },
        {
            "start": 931428511,
            "stop": 931428522
        },
        {
            "start": 931428524,
            "stop": 931428581
        },
        {
            "start": 931428584,
            "stop": 931428634
        },
        {
            "start": 931428635,
            "stop": 931428648
        },
        {
            "start": 931428650,
            "stop": 931428651
        },
        {
            "start": 931428653,
            "stop": 931428656
        },
        {
            "start": 931428658,
            "stop": 931428691
        }
    ]
}