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=744
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=745",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=743",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 744,
    "results": [
        {
            "start": 953747563,
            "stop": 953754978
        },
        {
            "start": 953757065,
            "stop": 953770193
        },
        {
            "start": 953774816,
            "stop": 953821500
        },
        {
            "start": 953826913,
            "stop": 953833712
        },
        {
            "start": 953834654,
            "stop": 953841707
        },
        {
            "start": 953846131,
            "stop": 953852671
        },
        {
            "start": 953853349,
            "stop": 953867409
        },
        {
            "start": 953867414,
            "stop": 953871642
        },
        {
            "start": 953871648,
            "stop": 953896998
        },
        {
            "start": 953897004,
            "stop": 953899806
        },
        {
            "start": 953908661,
            "stop": 953914339
        },
        {
            "start": 953916850,
            "stop": 953919234
        },
        {
            "start": 953930204,
            "stop": 953935934
        },
        {
            "start": 953940692,
            "stop": 953959485
        },
        {
            "start": 953959491,
            "stop": 953980426
        },
        {
            "start": 953981321,
            "stop": 953985639
        },
        {
            "start": 954024605,
            "stop": 954024660
        },
        {
            "start": 954024666,
            "stop": 954025728
        },
        {
            "start": 954028200,
            "stop": 954051232
        },
        {
            "start": 954051238,
            "stop": 954065279
        }
    ]
}