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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5142",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5143,
    "results": [
        {
            "start": 969479198,
            "stop": 969479427
        },
        {
            "start": 969479430,
            "stop": 969479498
        },
        {
            "start": 969479501,
            "stop": 969479558
        },
        {
            "start": 969479798,
            "stop": 969480016
        },
        {
            "start": 969480019,
            "stop": 969480038
        },
        {
            "start": 969480458,
            "stop": 969480518
        },
        {
            "start": 969480578,
            "stop": 969480698
        },
        {
            "start": 969480818,
            "stop": 969480954
        },
        {
            "start": 969480957,
            "stop": 969481033
        },
        {
            "start": 969481036,
            "stop": 969481170
        },
        {
            "start": 969481173,
            "stop": 969481178
        },
        {
            "start": 969481298,
            "stop": 969481358
        },
        {
            "start": 969481478,
            "stop": 969481854
        },
        {
            "start": 969481858,
            "stop": 969482018
        },
        {
            "start": 969482078,
            "stop": 969482138
        },
        {
            "start": 969482198,
            "stop": 969482267
        },
        {
            "start": 969482270,
            "stop": 969482358
        },
        {
            "start": 969482361,
            "stop": 969482398
        },
        {
            "start": 969482405,
            "stop": 969482415
        },
        {
            "start": 969482418,
            "stop": 969482433
        }
    ]
}