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=444
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=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=443",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 444,
    "results": [
        {
            "start": 818747714,
            "stop": 818747778
        },
        {
            "start": 818747784,
            "stop": 818747927
        },
        {
            "start": 818747930,
            "stop": 818748419
        },
        {
            "start": 818748422,
            "stop": 818748708
        },
        {
            "start": 818748711,
            "stop": 818749305
        },
        {
            "start": 818749310,
            "stop": 818749664
        },
        {
            "start": 818749667,
            "stop": 818749671
        },
        {
            "start": 818749674,
            "stop": 818749724
        },
        {
            "start": 818749726,
            "stop": 818749741
        },
        {
            "start": 818749744,
            "stop": 818749816
        },
        {
            "start": 818749822,
            "stop": 818749824
        },
        {
            "start": 818749827,
            "stop": 818749828
        },
        {
            "start": 818749831,
            "stop": 818749833
        },
        {
            "start": 818749836,
            "stop": 818749842
        },
        {
            "start": 818749845,
            "stop": 818749876
        },
        {
            "start": 818749879,
            "stop": 818749900
        },
        {
            "start": 818749906,
            "stop": 818749918
        },
        {
            "start": 818749921,
            "stop": 818749923
        },
        {
            "start": 818749926,
            "stop": 818749953
        },
        {
            "start": 818749956,
            "stop": 818749958
        }
    ]
}