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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=41",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 42,
    "results": [
        {
            "start": 816159292,
            "stop": 816159382
        },
        {
            "start": 816159385,
            "stop": 816159597
        },
        {
            "start": 816159601,
            "stop": 816159715
        },
        {
            "start": 816159719,
            "stop": 816159868
        },
        {
            "start": 816159871,
            "stop": 816160119
        },
        {
            "start": 816160123,
            "stop": 816160194
        },
        {
            "start": 816160197,
            "stop": 816160766
        },
        {
            "start": 816160769,
            "stop": 816161086
        },
        {
            "start": 816161089,
            "stop": 816161167
        },
        {
            "start": 816161170,
            "stop": 816161183
        },
        {
            "start": 816161186,
            "stop": 816161308
        },
        {
            "start": 816161311,
            "stop": 816161334
        },
        {
            "start": 816161337,
            "stop": 816161568
        },
        {
            "start": 816161571,
            "stop": 816161575
        },
        {
            "start": 816161578,
            "stop": 816161599
        },
        {
            "start": 816161602,
            "stop": 816161656
        },
        {
            "start": 816161659,
            "stop": 816161747
        },
        {
            "start": 816161750,
            "stop": 816162055
        },
        {
            "start": 816162058,
            "stop": 816162209
        },
        {
            "start": 816162212,
            "stop": 816162272
        }
    ]
}