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=46916
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=46917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46915",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46916,
    "results": [
        {
            "start": 875189451,
            "stop": 875189453
        },
        {
            "start": 875189454,
            "stop": 875189470
        },
        {
            "start": 875189471,
            "stop": 875189491
        },
        {
            "start": 875189492,
            "stop": 875189501
        },
        {
            "start": 875189502,
            "stop": 875189531
        },
        {
            "start": 875189532,
            "stop": 875189536
        },
        {
            "start": 875189537,
            "stop": 875189558
        },
        {
            "start": 875189559,
            "stop": 875189581
        },
        {
            "start": 875189582,
            "stop": 875189621
        },
        {
            "start": 875189622,
            "stop": 875189624
        },
        {
            "start": 875189626,
            "stop": 875189630
        },
        {
            "start": 875189631,
            "stop": 875189642
        },
        {
            "start": 875189643,
            "stop": 875189647
        },
        {
            "start": 875189648,
            "stop": 875189663
        },
        {
            "start": 875189664,
            "stop": 875189670
        },
        {
            "start": 875189672,
            "stop": 875189691
        },
        {
            "start": 875189692,
            "stop": 875189693
        },
        {
            "start": 875189694,
            "stop": 875189706
        },
        {
            "start": 875189707,
            "stop": 875189719
        },
        {
            "start": 875189720,
            "stop": 875189746
        }
    ]
}