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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=211",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 212,
    "results": [
        {
            "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
        },
        {
            "start": 821672464,
            "stop": 821672484
        },
        {
            "start": 821672487,
            "stop": 821672521
        }
    ]
}