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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5226",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5227,
    "results": [
        {
            "start": 874231796,
            "stop": 874232022
        },
        {
            "start": 874232058,
            "stop": 874232078
        },
        {
            "start": 874232114,
            "stop": 874232233
        },
        {
            "start": 874232240,
            "stop": 874232505
        },
        {
            "start": 874232522,
            "stop": 874232555
        },
        {
            "start": 874232625,
            "stop": 874232957
        },
        {
            "start": 874232993,
            "stop": 874233004
        },
        {
            "start": 874233040,
            "stop": 874233229
        },
        {
            "start": 874233236,
            "stop": 874233822
        },
        {
            "start": 874233916,
            "stop": 874233961
        },
        {
            "start": 874234006,
            "stop": 874234042
        },
        {
            "start": 874234115,
            "stop": 874234337
        },
        {
            "start": 874234373,
            "stop": 874234469
        },
        {
            "start": 874234507,
            "stop": 874234786
        },
        {
            "start": 874234822,
            "stop": 874234852
        },
        {
            "start": 874234888,
            "stop": 874235136
        },
        {
            "start": 874235195,
            "stop": 874235250
        },
        {
            "start": 874235337,
            "stop": 874235411
        },
        {
            "start": 874235447,
            "stop": 874235460
        },
        {
            "start": 874235591,
            "stop": 874235737
        }
    ]
}