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=5916
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=5917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5915",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5916,
    "results": [
        {
            "start": 875143325,
            "stop": 875143462
        },
        {
            "start": 875143465,
            "stop": 875143510
        },
        {
            "start": 875143513,
            "stop": 875143717
        },
        {
            "start": 875143720,
            "stop": 875143803
        },
        {
            "start": 875143807,
            "stop": 875143855
        },
        {
            "start": 875143858,
            "stop": 875144024
        },
        {
            "start": 875144027,
            "stop": 875144121
        },
        {
            "start": 875144124,
            "stop": 875144182
        },
        {
            "start": 875144186,
            "stop": 875144220
        },
        {
            "start": 875144223,
            "stop": 875144254
        },
        {
            "start": 875144257,
            "stop": 875144303
        },
        {
            "start": 875144307,
            "stop": 875144374
        },
        {
            "start": 875144378,
            "stop": 875144482
        },
        {
            "start": 875144485,
            "stop": 875144519
        },
        {
            "start": 875144522,
            "stop": 875144554
        },
        {
            "start": 875144557,
            "stop": 875144603
        },
        {
            "start": 875144610,
            "stop": 875144661
        },
        {
            "start": 875144664,
            "stop": 875144672
        },
        {
            "start": 875144675,
            "stop": 875144681
        },
        {
            "start": 875144685,
            "stop": 875144884
        }
    ]
}