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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5899",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5897",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5898,
    "results": [
        {
            "start": 875125990,
            "stop": 875126072
        },
        {
            "start": 875126076,
            "stop": 875126120
        },
        {
            "start": 875126123,
            "stop": 875126263
        },
        {
            "start": 875126267,
            "stop": 875126455
        },
        {
            "start": 875126458,
            "stop": 875126466
        },
        {
            "start": 875126469,
            "stop": 875126565
        },
        {
            "start": 875126569,
            "stop": 875126633
        },
        {
            "start": 875126636,
            "stop": 875126656
        },
        {
            "start": 875126659,
            "stop": 875126679
        },
        {
            "start": 875126682,
            "stop": 875126713
        },
        {
            "start": 875126716,
            "stop": 875126783
        },
        {
            "start": 875126789,
            "stop": 875126794
        },
        {
            "start": 875126797,
            "stop": 875126806
        },
        {
            "start": 875126809,
            "stop": 875126821
        },
        {
            "start": 875126824,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875126937
        },
        {
            "start": 875126940,
            "stop": 875126969
        },
        {
            "start": 875126972,
            "stop": 875126974
        },
        {
            "start": 875126977,
            "stop": 875127031
        },
        {
            "start": 875127034,
            "stop": 875127067
        }
    ]
}