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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=218",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 219,
    "results": [
        {
            "start": 821671825,
            "stop": 821671883
        },
        {
            "start": 821671886,
            "stop": 821671900
        },
        {
            "start": 821671903,
            "stop": 821672100
        },
        {
            "start": 821672103,
            "stop": 821672141
        },
        {
            "start": 821672144,
            "stop": 821672182
        },
        {
            "start": 821672185,
            "stop": 821672198
        },
        {
            "start": 821672201,
            "stop": 821672205
        },
        {
            "start": 821672208,
            "stop": 821672216
        },
        {
            "start": 821672221,
            "stop": 821672238
        },
        {
            "start": 821672243,
            "stop": 821672269
        },
        {
            "start": 821672272,
            "stop": 821672273
        },
        {
            "start": 821672278,
            "stop": 821672281
        },
        {
            "start": 821672284,
            "stop": 821672304
        },
        {
            "start": 821672307,
            "stop": 821672340
        },
        {
            "start": 821672343,
            "stop": 821672345
        },
        {
            "start": 821672351,
            "stop": 821672400
        },
        {
            "start": 821672403,
            "stop": 821672415
        },
        {
            "start": 821672418,
            "stop": 821672426
        },
        {
            "start": 821672429,
            "stop": 821672436
        },
        {
            "start": 821672439,
            "stop": 821672461
        }
    ]
}