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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=201",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 202,
    "results": [
        {
            "start": 827026347,
            "stop": 827026397
        },
        {
            "start": 827026399,
            "stop": 827026407
        },
        {
            "start": 827026409,
            "stop": 827026410
        },
        {
            "start": 827026412,
            "stop": 827026417
        },
        {
            "start": 827026418,
            "stop": 827026419
        },
        {
            "start": 827026421,
            "stop": 827026422
        },
        {
            "start": 827026428,
            "stop": 827026430
        },
        {
            "start": 827026437,
            "stop": 827026439
        },
        {
            "start": 827026441,
            "stop": 827026443
        },
        {
            "start": 827026445,
            "stop": 827026446
        },
        {
            "start": 827026448,
            "stop": 827026451
        },
        {
            "start": 827026453,
            "stop": 827026456
        },
        {
            "start": 827026462,
            "stop": 827026476
        },
        {
            "start": 827026479,
            "stop": 827026480
        },
        {
            "start": 827026485,
            "stop": 827026488
        },
        {
            "start": 827026492,
            "stop": 827026495
        },
        {
            "start": 827026496,
            "stop": 827026508
        },
        {
            "start": 827026511,
            "stop": 827026518
        },
        {
            "start": 827026520,
            "stop": 827026535
        },
        {
            "start": 827026537,
            "stop": 827026543
        }
    ]
}