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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=205",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 206,
    "results": [
        {
            "start": 933076148,
            "stop": 933076160
        },
        {
            "start": 933076190,
            "stop": 933076201
        },
        {
            "start": 933076224,
            "stop": 933076226
        },
        {
            "start": 933076231,
            "stop": 933076251
        },
        {
            "start": 933076276,
            "stop": 933076277
        },
        {
            "start": 933076312,
            "stop": 933076324
        },
        {
            "start": 933076346,
            "stop": 933076503
        },
        {
            "start": 933076672,
            "stop": 933076940
        },
        {
            "start": 933076967,
            "stop": 933077057
        },
        {
            "start": 933077076,
            "stop": 933077085
        },
        {
            "start": 933077117,
            "stop": 933077125
        },
        {
            "start": 933077130,
            "stop": 933077153
        },
        {
            "start": 933077159,
            "stop": 933077180
        },
        {
            "start": 933077200,
            "stop": 933077236
        },
        {
            "start": 933077241,
            "stop": 933077253
        },
        {
            "start": 933077294,
            "stop": 933077397
        },
        {
            "start": 933077418,
            "stop": 933077419
        },
        {
            "start": 933077424,
            "stop": 933077442
        },
        {
            "start": 933077447,
            "stop": 933077488
        },
        {
            "start": 933077507,
            "stop": 933077511
        }
    ]
}