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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10044",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10045,
    "results": [
        {
            "start": 872685685,
            "stop": 872685715
        },
        {
            "start": 872685749,
            "stop": 872685939
        },
        {
            "start": 872685973,
            "stop": 872686892
        },
        {
            "start": 872686926,
            "stop": 872687739
        },
        {
            "start": 872687756,
            "stop": 872687838
        },
        {
            "start": 872687856,
            "stop": 872689627
        },
        {
            "start": 872689931,
            "stop": 872690337
        },
        {
            "start": 872690551,
            "stop": 872690860
        },
        {
            "start": 872690894,
            "stop": 872691227
        },
        {
            "start": 872691998,
            "stop": 872692877
        },
        {
            "start": 872692894,
            "stop": 872695178
        },
        {
            "start": 872695419,
            "stop": 872695873
        },
        {
            "start": 872695890,
            "stop": 872696928
        },
        {
            "start": 872696962,
            "stop": 872697030
        },
        {
            "start": 872699391,
            "stop": 872699529
        },
        {
            "start": 872699563,
            "stop": 872700423
        },
        {
            "start": 872700543,
            "stop": 872700960
        },
        {
            "start": 872701080,
            "stop": 872701305
        },
        {
            "start": 872701585,
            "stop": 872702087
        },
        {
            "start": 872702127,
            "stop": 872702804
        }
    ]
}