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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4685",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4683",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4684,
    "results": [
        {
            "start": 969881394,
            "stop": 969881419
        },
        {
            "start": 969881422,
            "stop": 969881534
        },
        {
            "start": 969881541,
            "stop": 969881759
        },
        {
            "start": 969881762,
            "stop": 969882047
        },
        {
            "start": 969882064,
            "stop": 969882098
        },
        {
            "start": 969882101,
            "stop": 969882166
        },
        {
            "start": 969882169,
            "stop": 969882295
        },
        {
            "start": 969882298,
            "stop": 969882322
        },
        {
            "start": 969882325,
            "stop": 969882344
        },
        {
            "start": 969882347,
            "stop": 969882351
        },
        {
            "start": 969882355,
            "stop": 969882419
        },
        {
            "start": 969882422,
            "stop": 969882511
        },
        {
            "start": 969882514,
            "stop": 969882758
        },
        {
            "start": 969882938,
            "stop": 969883344
        },
        {
            "start": 969883347,
            "stop": 969883413
        },
        {
            "start": 969883416,
            "stop": 969883473
        },
        {
            "start": 969883479,
            "stop": 969883494
        },
        {
            "start": 969883498,
            "stop": 969883511
        },
        {
            "start": 969883514,
            "stop": 969883529
        },
        {
            "start": 969885454,
            "stop": 969885603
        }
    ]
}