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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3300",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3301,
    "results": [
        {
            "start": 874819816,
            "stop": 874834980
        },
        {
            "start": 874835040,
            "stop": 874836000
        },
        {
            "start": 874836060,
            "stop": 874841160
        },
        {
            "start": 874841280,
            "stop": 874845956
        },
        {
            "start": 874847580,
            "stop": 874847796
        },
        {
            "start": 874847799,
            "stop": 874847820
        },
        {
            "start": 874850700,
            "stop": 874850760
        },
        {
            "start": 874850880,
            "stop": 874851000
        },
        {
            "start": 874851120,
            "stop": 874851300
        },
        {
            "start": 874851360,
            "stop": 874851523
        },
        {
            "start": 874851526,
            "stop": 874851540
        },
        {
            "start": 874851600,
            "stop": 874852125
        },
        {
            "start": 874852131,
            "stop": 874852140
        },
        {
            "start": 874852260,
            "stop": 874852627
        },
        {
            "start": 874852630,
            "stop": 874853160
        },
        {
            "start": 874853220,
            "stop": 874853820
        },
        {
            "start": 874853940,
            "stop": 874854060
        },
        {
            "start": 874854120,
            "stop": 874854134
        },
        {
            "start": 874854138,
            "stop": 874854240
        },
        {
            "start": 874854300,
            "stop": 874855380
        }
    ]
}