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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=70",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 71,
    "results": [
        {
            "start": 931593740,
            "stop": 931593753
        },
        {
            "start": 931593760,
            "stop": 931593764
        },
        {
            "start": 931593771,
            "stop": 931593780
        },
        {
            "start": 931593788,
            "stop": 931593801
        },
        {
            "start": 931593808,
            "stop": 931593821
        },
        {
            "start": 931593828,
            "stop": 931593832
        },
        {
            "start": 931593840,
            "stop": 931593842
        },
        {
            "start": 931593849,
            "stop": 931593864
        },
        {
            "start": 931593884,
            "stop": 931593891
        },
        {
            "start": 931593903,
            "stop": 931593904
        },
        {
            "start": 931593914,
            "stop": 931593917
        },
        {
            "start": 931593924,
            "stop": 931593942
        },
        {
            "start": 931593949,
            "stop": 931593962
        },
        {
            "start": 931593969,
            "stop": 931593982
        },
        {
            "start": 931593988,
            "stop": 931593989
        },
        {
            "start": 931594002,
            "stop": 931594008
        },
        {
            "start": 931594028,
            "stop": 931594058
        },
        {
            "start": 931594065,
            "stop": 931594082
        },
        {
            "start": 931594089,
            "stop": 931594094
        },
        {
            "start": 931594105,
            "stop": 931594106
        }
    ]
}