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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9031",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9032,
    "results": [
        {
            "start": 874184902,
            "stop": 874184914
        },
        {
            "start": 874184931,
            "stop": 874184988
        },
        {
            "start": 874185006,
            "stop": 874185018
        },
        {
            "start": 874185035,
            "stop": 874185318
        },
        {
            "start": 874187740,
            "stop": 874187797
        },
        {
            "start": 874187814,
            "stop": 874187990
        },
        {
            "start": 874188009,
            "stop": 874189112
        },
        {
            "start": 874189129,
            "stop": 874189184
        },
        {
            "start": 874189201,
            "stop": 874189229
        },
        {
            "start": 874189246,
            "stop": 874189285
        },
        {
            "start": 874189304,
            "stop": 874189321
        },
        {
            "start": 874189390,
            "stop": 874190373
        },
        {
            "start": 874190393,
            "stop": 874191006
        },
        {
            "start": 874191104,
            "stop": 874191706
        },
        {
            "start": 874191725,
            "stop": 874191733
        },
        {
            "start": 874191757,
            "stop": 874191780
        },
        {
            "start": 874191799,
            "stop": 874191867
        },
        {
            "start": 874191901,
            "stop": 874192087
        },
        {
            "start": 874192107,
            "stop": 874192359
        },
        {
            "start": 874192378,
            "stop": 874192456
        }
    ]
}