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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3822",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3823,
    "results": [
        {
            "start": 873411459,
            "stop": 873411799
        },
        {
            "start": 873411803,
            "stop": 873411837
        },
        {
            "start": 873411840,
            "stop": 873411842
        },
        {
            "start": 873411845,
            "stop": 873411851
        },
        {
            "start": 873411854,
            "stop": 873411881
        },
        {
            "start": 873411893,
            "stop": 873411903
        },
        {
            "start": 873411913,
            "stop": 873411923
        },
        {
            "start": 873411927,
            "stop": 873411928
        },
        {
            "start": 873411932,
            "stop": 873411933
        },
        {
            "start": 873411936,
            "stop": 873412497
        },
        {
            "start": 873412504,
            "stop": 873412513
        },
        {
            "start": 873412517,
            "stop": 873413982
        },
        {
            "start": 873413985,
            "stop": 873414008
        },
        {
            "start": 873414011,
            "stop": 873414300
        },
        {
            "start": 873414363,
            "stop": 873414367
        },
        {
            "start": 873414370,
            "stop": 873414388
        },
        {
            "start": 873414513,
            "stop": 873419016
        },
        {
            "start": 873419019,
            "stop": 873419720
        },
        {
            "start": 873421565,
            "stop": 873421568
        },
        {
            "start": 873421572,
            "stop": 873421576
        }
    ]
}