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=9040
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=9041",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9039",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9040,
    "results": [
        {
            "start": 874237823,
            "stop": 874238127
        },
        {
            "start": 874238146,
            "stop": 874238223
        },
        {
            "start": 874238242,
            "stop": 874238532
        },
        {
            "start": 874238551,
            "stop": 874238555
        },
        {
            "start": 874240642,
            "stop": 874240649
        },
        {
            "start": 874240677,
            "stop": 874240686
        },
        {
            "start": 874240720,
            "stop": 874240756
        },
        {
            "start": 874240777,
            "stop": 874242158
        },
        {
            "start": 874243054,
            "stop": 874243800
        },
        {
            "start": 874243817,
            "stop": 874243824
        },
        {
            "start": 874243841,
            "stop": 874243878
        },
        {
            "start": 874243912,
            "stop": 874244460
        },
        {
            "start": 874244587,
            "stop": 874244849
        },
        {
            "start": 874244866,
            "stop": 874244895
        },
        {
            "start": 874244914,
            "stop": 874244961
        },
        {
            "start": 874244978,
            "stop": 874245380
        },
        {
            "start": 874245399,
            "stop": 874245739
        },
        {
            "start": 874245756,
            "stop": 874246115
        },
        {
            "start": 874246134,
            "stop": 874247579
        },
        {
            "start": 874247598,
            "stop": 874247611
        }
    ]
}