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=382
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=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=381",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 382,
    "results": [
        {
            "start": 821762291,
            "stop": 821762294
        },
        {
            "start": 821762299,
            "stop": 821762305
        },
        {
            "start": 821762308,
            "stop": 821762309
        },
        {
            "start": 821762312,
            "stop": 821762316
        },
        {
            "start": 821762324,
            "stop": 821762328
        },
        {
            "start": 821762331,
            "stop": 821762338
        },
        {
            "start": 821762342,
            "stop": 821762346
        },
        {
            "start": 821762349,
            "stop": 821762354
        },
        {
            "start": 821762359,
            "stop": 821762360
        },
        {
            "start": 821762370,
            "stop": 821762376
        },
        {
            "start": 821762388,
            "stop": 821762395
        },
        {
            "start": 821762398,
            "stop": 821762402
        },
        {
            "start": 821762405,
            "stop": 821762416
        },
        {
            "start": 821762419,
            "stop": 821762431
        },
        {
            "start": 821762435,
            "stop": 821762439
        },
        {
            "start": 821762442,
            "stop": 821762449
        },
        {
            "start": 821762452,
            "stop": 821762462
        },
        {
            "start": 821762465,
            "stop": 821762478
        },
        {
            "start": 821762482,
            "stop": 821762493
        },
        {
            "start": 821762496,
            "stop": 821762505
        }
    ]
}