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=90
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=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=89",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 90,
    "results": [
        {
            "start": 931506482,
            "stop": 931506502
        },
        {
            "start": 931506505,
            "stop": 931506517
        },
        {
            "start": 931506519,
            "stop": 931506543
        },
        {
            "start": 931506547,
            "stop": 931506549
        },
        {
            "start": 931506562,
            "stop": 931506571
        },
        {
            "start": 931506574,
            "stop": 931506575
        },
        {
            "start": 931506578,
            "stop": 931506581
        },
        {
            "start": 931506588,
            "stop": 931506589
        },
        {
            "start": 931506595,
            "stop": 931506597
        },
        {
            "start": 931506599,
            "stop": 931506602
        },
        {
            "start": 931506605,
            "stop": 931506606
        },
        {
            "start": 931506609,
            "stop": 931506616
        },
        {
            "start": 931506618,
            "stop": 931506619
        },
        {
            "start": 931506624,
            "stop": 931506627
        },
        {
            "start": 931506629,
            "stop": 931506631
        },
        {
            "start": 931506634,
            "stop": 931506635
        },
        {
            "start": 931506638,
            "stop": 931506646
        },
        {
            "start": 931506649,
            "stop": 931506652
        },
        {
            "start": 931506656,
            "stop": 931506657
        },
        {
            "start": 931506662,
            "stop": 931506664
        }
    ]
}