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=8816
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=8817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8815",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8816,
    "results": [
        {
            "start": 872570390,
            "stop": 872570954
        },
        {
            "start": 872570971,
            "stop": 872571803
        },
        {
            "start": 872571823,
            "stop": 872572061
        },
        {
            "start": 872572080,
            "stop": 872572083
        },
        {
            "start": 872572102,
            "stop": 872572176
        },
        {
            "start": 872572193,
            "stop": 872572730
        },
        {
            "start": 872572751,
            "stop": 872573342
        },
        {
            "start": 872573359,
            "stop": 872573425
        },
        {
            "start": 872573442,
            "stop": 872573639
        },
        {
            "start": 872573660,
            "stop": 872573709
        },
        {
            "start": 872573729,
            "stop": 872573768
        },
        {
            "start": 872573802,
            "stop": 872573803
        },
        {
            "start": 872573880,
            "stop": 872573940
        },
        {
            "start": 872574060,
            "stop": 872574064
        },
        {
            "start": 872574083,
            "stop": 872574153
        },
        {
            "start": 872575032,
            "stop": 872575042
        },
        {
            "start": 872575072,
            "stop": 872575073
        },
        {
            "start": 872575106,
            "stop": 872575121
        },
        {
            "start": 872576504,
            "stop": 872576962
        },
        {
            "start": 872576979,
            "stop": 872577199
        }
    ]
}