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=47016
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=47017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47015",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47016,
    "results": [
        {
            "start": 875226525,
            "stop": 875226549
        },
        {
            "start": 875226550,
            "stop": 875226564
        },
        {
            "start": 875226565,
            "stop": 875226566
        },
        {
            "start": 875226569,
            "stop": 875226588
        },
        {
            "start": 875226591,
            "stop": 875226592
        },
        {
            "start": 875226593,
            "stop": 875226611
        },
        {
            "start": 875226615,
            "stop": 875226630
        },
        {
            "start": 875226631,
            "stop": 875226641
        },
        {
            "start": 875226642,
            "stop": 875226647
        },
        {
            "start": 875226651,
            "stop": 875226664
        },
        {
            "start": 875226669,
            "stop": 875226670
        },
        {
            "start": 875226673,
            "stop": 875226679
        },
        {
            "start": 875226680,
            "stop": 875226685
        },
        {
            "start": 875226688,
            "stop": 875226689
        },
        {
            "start": 875226692,
            "stop": 875226722
        },
        {
            "start": 875226723,
            "stop": 875226738
        },
        {
            "start": 875226739,
            "stop": 875226755
        },
        {
            "start": 875226756,
            "stop": 875226760
        },
        {
            "start": 875226763,
            "stop": 875226790
        },
        {
            "start": 875226793,
            "stop": 875226800
        }
    ]
}