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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=226",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 227,
    "results": [
        {
            "start": 856498708,
            "stop": 856508994
        },
        {
            "start": 856510908,
            "stop": 856525944
        },
        {
            "start": 856526884,
            "stop": 856528635
        },
        {
            "start": 856530888,
            "stop": 856535779
        },
        {
            "start": 856537776,
            "stop": 856541130
        },
        {
            "start": 856542446,
            "stop": 856544175
        },
        {
            "start": 856544330,
            "stop": 856545780
        },
        {
            "start": 856545894,
            "stop": 856546708
        },
        {
            "start": 856549437,
            "stop": 856549657
        },
        {
            "start": 856550922,
            "stop": 856554961
        },
        {
            "start": 856556589,
            "stop": 856560906
        },
        {
            "start": 856561971,
            "stop": 856562436
        },
        {
            "start": 856563523,
            "stop": 856597585
        },
        {
            "start": 856600277,
            "stop": 856614651
        },
        {
            "start": 856615902,
            "stop": 856616113
        },
        {
            "start": 856617263,
            "stop": 856624066
        },
        {
            "start": 856624222,
            "stop": 856627553
        },
        {
            "start": 856647907,
            "stop": 856648911
        },
        {
            "start": 856649326,
            "stop": 856649934
        },
        {
            "start": 856650076,
            "stop": 856650077
        }
    ]
}