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=3127
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=3128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3126",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3127,
    "results": [
        {
            "start": 868046227,
            "stop": 868046280
        },
        {
            "start": 868046400,
            "stop": 868046544
        },
        {
            "start": 868046549,
            "stop": 868046760
        },
        {
            "start": 868046880,
            "stop": 868046940
        },
        {
            "start": 868047000,
            "stop": 868048140
        },
        {
            "start": 868048200,
            "stop": 868048380
        },
        {
            "start": 868048440,
            "stop": 868048680
        },
        {
            "start": 868048800,
            "stop": 868050840
        },
        {
            "start": 868050900,
            "stop": 868052040
        },
        {
            "start": 868052100,
            "stop": 868054503
        },
        {
            "start": 868057980,
            "stop": 868059610
        },
        {
            "start": 868059917,
            "stop": 868060561
        },
        {
            "start": 868060891,
            "stop": 868061817
        },
        {
            "start": 868061880,
            "stop": 868064580
        },
        {
            "start": 868064640,
            "stop": 868065285
        },
        {
            "start": 868065298,
            "stop": 868065300
        },
        {
            "start": 868065360,
            "stop": 868066184
        },
        {
            "start": 868066365,
            "stop": 868067384
        },
        {
            "start": 868067565,
            "stop": 868067640
        },
        {
            "start": 868067700,
            "stop": 868068240
        }
    ]
}