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=1957
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=1958",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1956",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1957,
    "results": [
        {
            "start": 852501206,
            "stop": 852501494
        },
        {
            "start": 852501498,
            "stop": 852502329
        },
        {
            "start": 852502629,
            "stop": 852503840
        },
        {
            "start": 852504322,
            "stop": 852504336
        },
        {
            "start": 852504446,
            "stop": 852505403
        },
        {
            "start": 852505406,
            "stop": 852505414
        },
        {
            "start": 852505417,
            "stop": 852505552
        },
        {
            "start": 852505558,
            "stop": 852505567
        },
        {
            "start": 852505573,
            "stop": 852505580
        },
        {
            "start": 852505585,
            "stop": 852505642
        },
        {
            "start": 852505648,
            "stop": 852505893
        },
        {
            "start": 852506193,
            "stop": 852506277
        },
        {
            "start": 852506387,
            "stop": 852506542
        },
        {
            "start": 852506842,
            "stop": 852507509
        },
        {
            "start": 852507855,
            "stop": 852507884
        },
        {
            "start": 852507994,
            "stop": 852508068
        },
        {
            "start": 852508368,
            "stop": 852508951
        },
        {
            "start": 852509251,
            "stop": 852520564
        },
        {
            "start": 852520981,
            "stop": 852559707
        },
        {
            "start": 852559715,
            "stop": 852559725
        }
    ]
}