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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=134",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 135,
    "results": [
        {
            "start": 931434304,
            "stop": 931434307
        },
        {
            "start": 931434309,
            "stop": 931434331
        },
        {
            "start": 931434332,
            "stop": 931434375
        },
        {
            "start": 931434377,
            "stop": 931434434
        },
        {
            "start": 931434436,
            "stop": 931434440
        },
        {
            "start": 931434442,
            "stop": 931434447
        },
        {
            "start": 931434449,
            "stop": 931434475
        },
        {
            "start": 931434477,
            "stop": 931434479
        },
        {
            "start": 931434481,
            "stop": 931434540
        },
        {
            "start": 931434542,
            "stop": 931434571
        },
        {
            "start": 931434573,
            "stop": 931434596
        },
        {
            "start": 931434597,
            "stop": 931434603
        },
        {
            "start": 931434605,
            "stop": 931434632
        },
        {
            "start": 931434634,
            "stop": 931434657
        },
        {
            "start": 931434659,
            "stop": 931434690
        },
        {
            "start": 931434691,
            "stop": 931434731
        },
        {
            "start": 931434733,
            "stop": 931434740
        },
        {
            "start": 931434742,
            "stop": 931434755
        },
        {
            "start": 931434757,
            "stop": 931434769
        },
        {
            "start": 931434771,
            "stop": 931434812
        }
    ]
}