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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5258",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5259,
    "results": [
        {
            "start": 970233618,
            "stop": 970233747
        },
        {
            "start": 970233764,
            "stop": 970233818
        },
        {
            "start": 970233878,
            "stop": 970233938
        },
        {
            "start": 970233998,
            "stop": 970234083
        },
        {
            "start": 970234100,
            "stop": 970234164
        },
        {
            "start": 970234167,
            "stop": 970234214
        },
        {
            "start": 970234217,
            "stop": 970234306
        },
        {
            "start": 970234309,
            "stop": 970234538
        },
        {
            "start": 970234541,
            "stop": 970234598
        },
        {
            "start": 970234718,
            "stop": 970234905
        },
        {
            "start": 970234908,
            "stop": 970234912
        },
        {
            "start": 970234915,
            "stop": 970234976
        },
        {
            "start": 970234979,
            "stop": 970235100
        },
        {
            "start": 970235103,
            "stop": 970235243
        },
        {
            "start": 970235246,
            "stop": 970235326
        },
        {
            "start": 970235348,
            "stop": 970235470
        },
        {
            "start": 970235473,
            "stop": 970235556
        },
        {
            "start": 970235559,
            "stop": 970235613
        },
        {
            "start": 970235616,
            "stop": 970235628
        },
        {
            "start": 970235631,
            "stop": 970235764
        }
    ]
}