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=3019
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=3020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3018",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3019,
    "results": [
        {
            "start": 863375445,
            "stop": 863376900
        },
        {
            "start": 863376960,
            "stop": 863377610
        },
        {
            "start": 863378803,
            "stop": 863378820
        },
        {
            "start": 863378880,
            "stop": 863379480
        },
        {
            "start": 863379540,
            "stop": 863380604
        },
        {
            "start": 863380905,
            "stop": 863381460
        },
        {
            "start": 863381520,
            "stop": 863382840
        },
        {
            "start": 863382960,
            "stop": 863383380
        },
        {
            "start": 863383440,
            "stop": 863384515
        },
        {
            "start": 863384580,
            "stop": 863386560
        },
        {
            "start": 863386620,
            "stop": 863391900
        },
        {
            "start": 863391960,
            "stop": 863394600
        },
        {
            "start": 863394660,
            "stop": 863395519
        },
        {
            "start": 863395528,
            "stop": 863395540
        },
        {
            "start": 863395548,
            "stop": 863395560
        },
        {
            "start": 863395620,
            "stop": 863395980
        },
        {
            "start": 863396100,
            "stop": 863396175
        },
        {
            "start": 863396178,
            "stop": 863396653
        },
        {
            "start": 863396657,
            "stop": 863396820
        },
        {
            "start": 863396880,
            "stop": 863397077
        }
    ]
}