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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=195",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 196,
    "results": [
        {
            "start": 820341030,
            "stop": 820341132
        },
        {
            "start": 820341137,
            "stop": 820341281
        },
        {
            "start": 820341286,
            "stop": 820341971
        },
        {
            "start": 820341976,
            "stop": 820342000
        },
        {
            "start": 820342005,
            "stop": 820342043
        },
        {
            "start": 820358443,
            "stop": 820358540
        },
        {
            "start": 820358545,
            "stop": 820358558
        },
        {
            "start": 820358563,
            "stop": 820358592
        },
        {
            "start": 820358599,
            "stop": 820359017
        },
        {
            "start": 820359024,
            "stop": 820359357
        },
        {
            "start": 820359365,
            "stop": 820360346
        },
        {
            "start": 820360351,
            "stop": 820360613
        },
        {
            "start": 820360620,
            "stop": 820360957
        },
        {
            "start": 820360964,
            "stop": 820361016
        },
        {
            "start": 820361024,
            "stop": 820361189
        },
        {
            "start": 820361194,
            "stop": 820361210
        },
        {
            "start": 820361216,
            "stop": 820361258
        },
        {
            "start": 820361263,
            "stop": 820361606
        },
        {
            "start": 820361611,
            "stop": 820361648
        },
        {
            "start": 820361653,
            "stop": 820362186
        }
    ]
}