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/H1_BURST_CAT3/segments?format=api&page=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 146,
    "results": [
        {
            "start": 820229156,
            "stop": 820229179
        },
        {
            "start": 820229182,
            "stop": 820229254
        },
        {
            "start": 820229258,
            "stop": 820229300
        },
        {
            "start": 820229304,
            "stop": 820229305
        },
        {
            "start": 820229309,
            "stop": 820229397
        },
        {
            "start": 820229401,
            "stop": 820229607
        },
        {
            "start": 820229610,
            "stop": 820229638
        },
        {
            "start": 820229642,
            "stop": 820229645
        },
        {
            "start": 820229648,
            "stop": 820229652
        },
        {
            "start": 820229655,
            "stop": 820229748
        },
        {
            "start": 820229751,
            "stop": 820229774
        },
        {
            "start": 820229777,
            "stop": 820229780
        },
        {
            "start": 820229784,
            "stop": 820229854
        },
        {
            "start": 820229857,
            "stop": 820229860
        },
        {
            "start": 820229864,
            "stop": 820230039
        },
        {
            "start": 820230042,
            "stop": 820230227
        },
        {
            "start": 820230231,
            "stop": 820230247
        },
        {
            "start": 820230250,
            "stop": 820230354
        },
        {
            "start": 820230357,
            "stop": 820230361
        },
        {
            "start": 820230364,
            "stop": 820230365
        }
    ]
}