Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=158",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 159,
    "results": [
        {
            "start": 819984866,
            "stop": 819984918
        },
        {
            "start": 819984921,
            "stop": 819984937
        },
        {
            "start": 819984940,
            "stop": 819984967
        },
        {
            "start": 819984970,
            "stop": 819985038
        },
        {
            "start": 819985041,
            "stop": 819985074
        },
        {
            "start": 819985077,
            "stop": 819985094
        },
        {
            "start": 819985097,
            "stop": 819985109
        },
        {
            "start": 819985112,
            "stop": 819985244
        },
        {
            "start": 819985247,
            "stop": 819985327
        },
        {
            "start": 819985330,
            "stop": 819985434
        },
        {
            "start": 819985437,
            "stop": 819985599
        },
        {
            "start": 819985602,
            "stop": 819985683
        },
        {
            "start": 819985687,
            "stop": 819985702
        },
        {
            "start": 819985705,
            "stop": 819985706
        },
        {
            "start": 819985710,
            "stop": 819985730
        },
        {
            "start": 819985734,
            "stop": 819985901
        },
        {
            "start": 819985904,
            "stop": 819986107
        },
        {
            "start": 819986110,
            "stop": 819986211
        },
        {
            "start": 819986214,
            "stop": 819986217
        },
        {
            "start": 819986221,
            "stop": 819986310
        }
    ]
}