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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14715",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14713",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14714,
    "results": [
        {
            "start": 971172898,
            "stop": 971172900
        },
        {
            "start": 971172904,
            "stop": 971172905
        },
        {
            "start": 971172906,
            "stop": 971172907
        },
        {
            "start": 971172911,
            "stop": 971172912
        },
        {
            "start": 971172913,
            "stop": 971172915
        },
        {
            "start": 971172917,
            "stop": 971172920
        },
        {
            "start": 971172921,
            "stop": 971172922
        },
        {
            "start": 971172926,
            "stop": 971172929
        },
        {
            "start": 971172930,
            "stop": 971172932
        },
        {
            "start": 971172933,
            "stop": 971172934
        },
        {
            "start": 971172936,
            "stop": 971172941
        },
        {
            "start": 971172956,
            "stop": 971172959
        },
        {
            "start": 971172965,
            "stop": 971172969
        },
        {
            "start": 971172971,
            "stop": 971172972
        },
        {
            "start": 971172977,
            "stop": 971172981
        },
        {
            "start": 971172983,
            "stop": 971172985
        },
        {
            "start": 971172986,
            "stop": 971172991
        },
        {
            "start": 971172995,
            "stop": 971172998
        },
        {
            "start": 971173000,
            "stop": 971173002
        },
        {
            "start": 971173003,
            "stop": 971173005
        }
    ]
}