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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=354",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 355,
    "results": [
        {
            "start": 847308136,
            "stop": 847314436
        },
        {
            "start": 847316687,
            "stop": 847319111
        },
        {
            "start": 847319113,
            "stop": 847328558
        },
        {
            "start": 847328811,
            "stop": 847328817
        },
        {
            "start": 847328819,
            "stop": 847329138
        },
        {
            "start": 847329809,
            "stop": 847330251
        },
        {
            "start": 847330252,
            "stop": 847331409
        },
        {
            "start": 847332831,
            "stop": 847332937
        },
        {
            "start": 847333817,
            "stop": 847333863
        },
        {
            "start": 847334242,
            "stop": 847334426
        },
        {
            "start": 847334683,
            "stop": 847336026
        },
        {
            "start": 847338110,
            "stop": 847338116
        },
        {
            "start": 847338212,
            "stop": 847338632
        },
        {
            "start": 847338930,
            "stop": 847342040
        },
        {
            "start": 847342042,
            "stop": 847344912
        },
        {
            "start": 847344914,
            "stop": 847345940
        },
        {
            "start": 847346207,
            "stop": 847349359
        },
        {
            "start": 847349361,
            "stop": 847349376
        },
        {
            "start": 847349377,
            "stop": 847355366
        },
        {
            "start": 847355903,
            "stop": 847356521
        }
    ]
}