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=828
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=829",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=827",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 828,
    "results": [
        {
            "start": 960022458,
            "stop": 960026698
        },
        {
            "start": 960026704,
            "stop": 960030754
        },
        {
            "start": 960072143,
            "stop": 960078613
        },
        {
            "start": 960100429,
            "stop": 960103438
        },
        {
            "start": 960103444,
            "stop": 960104481
        },
        {
            "start": 960105426,
            "stop": 960106127
        },
        {
            "start": 960106133,
            "stop": 960116795
        },
        {
            "start": 960125236,
            "stop": 960125986
        },
        {
            "start": 960128018,
            "stop": 960128048
        },
        {
            "start": 960183985,
            "stop": 960183997
        },
        {
            "start": 960184003,
            "stop": 960184031
        },
        {
            "start": 960184038,
            "stop": 960184046
        },
        {
            "start": 960184052,
            "stop": 960184104
        },
        {
            "start": 960184110,
            "stop": 960184119
        },
        {
            "start": 960184125,
            "stop": 960184151
        },
        {
            "start": 960184163,
            "stop": 960184164
        },
        {
            "start": 960184170,
            "stop": 960184254
        },
        {
            "start": 960184261,
            "stop": 960184264
        },
        {
            "start": 960184270,
            "stop": 960184277
        },
        {
            "start": 960184283,
            "stop": 960184456
        }
    ]
}