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=4773
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=4774",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4772",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4773,
    "results": [
        {
            "start": 970415909,
            "stop": 970416081
        },
        {
            "start": 970416084,
            "stop": 970416126
        },
        {
            "start": 970416131,
            "stop": 970416803
        },
        {
            "start": 970416806,
            "stop": 970416816
        },
        {
            "start": 970416819,
            "stop": 970417320
        },
        {
            "start": 970417323,
            "stop": 970417338
        },
        {
            "start": 970417342,
            "stop": 970417387
        },
        {
            "start": 970417390,
            "stop": 970417431
        },
        {
            "start": 970417434,
            "stop": 970417663
        },
        {
            "start": 970417666,
            "stop": 970417816
        },
        {
            "start": 970417819,
            "stop": 970418043
        },
        {
            "start": 970418046,
            "stop": 970418061
        },
        {
            "start": 970418064,
            "stop": 970418083
        },
        {
            "start": 970418086,
            "stop": 970418111
        },
        {
            "start": 970418114,
            "stop": 970418141
        },
        {
            "start": 970418145,
            "stop": 970419344
        },
        {
            "start": 970419347,
            "stop": 970419402
        },
        {
            "start": 970419405,
            "stop": 970419549
        },
        {
            "start": 970419552,
            "stop": 970419829
        },
        {
            "start": 970419832,
            "stop": 970419838
        }
    ]
}