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=2924
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=2925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2923",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2924,
    "results": [
        {
            "start": 858785010,
            "stop": 858785011
        },
        {
            "start": 858791880,
            "stop": 858792000
        },
        {
            "start": 858792060,
            "stop": 858792141
        },
        {
            "start": 858792150,
            "stop": 858792157
        },
        {
            "start": 858792162,
            "stop": 858792240
        },
        {
            "start": 858792360,
            "stop": 858792420
        },
        {
            "start": 858792480,
            "stop": 858792540
        },
        {
            "start": 858793800,
            "stop": 858793817
        },
        {
            "start": 858793821,
            "stop": 858793860
        },
        {
            "start": 858793920,
            "stop": 858794160
        },
        {
            "start": 858794220,
            "stop": 858794340
        },
        {
            "start": 858794400,
            "stop": 858795351
        },
        {
            "start": 858795354,
            "stop": 858797810
        },
        {
            "start": 858798736,
            "stop": 858799500
        },
        {
            "start": 858799560,
            "stop": 858799571
        },
        {
            "start": 858800050,
            "stop": 858800230
        },
        {
            "start": 858800239,
            "stop": 858800724
        },
        {
            "start": 858800729,
            "stop": 858800749
        },
        {
            "start": 858800753,
            "stop": 858800912
        },
        {
            "start": 858800916,
            "stop": 858800951
        }
    ]
}