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_CAT3/segments?format=api&page=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 108,
    "results": [
        {
            "start": 931511570,
            "stop": 931511584
        },
        {
            "start": 931511587,
            "stop": 931511589
        },
        {
            "start": 931511592,
            "stop": 931511607
        },
        {
            "start": 931511610,
            "stop": 931511647
        },
        {
            "start": 931511650,
            "stop": 931511666
        },
        {
            "start": 931511669,
            "stop": 931511671
        },
        {
            "start": 931511676,
            "stop": 931511688
        },
        {
            "start": 931511691,
            "stop": 931511711
        },
        {
            "start": 931511715,
            "stop": 931511749
        },
        {
            "start": 931511752,
            "stop": 931511754
        },
        {
            "start": 931511757,
            "stop": 931511765
        },
        {
            "start": 931511768,
            "stop": 931511808
        },
        {
            "start": 931511811,
            "stop": 931511812
        },
        {
            "start": 931511815,
            "stop": 931511847
        },
        {
            "start": 931511850,
            "stop": 931511857
        },
        {
            "start": 931511860,
            "stop": 931511875
        },
        {
            "start": 931511879,
            "stop": 931511886
        },
        {
            "start": 931511890,
            "stop": 931511905
        },
        {
            "start": 931511911,
            "stop": 931511921
        },
        {
            "start": 931511924,
            "stop": 931511936
        }
    ]
}