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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=71",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 72,
    "results": [
        {
            "start": 817993745,
            "stop": 817993817
        },
        {
            "start": 817993827,
            "stop": 817993884
        },
        {
            "start": 817993892,
            "stop": 817993925
        },
        {
            "start": 817993941,
            "stop": 817993944
        },
        {
            "start": 817993957,
            "stop": 817993991
        },
        {
            "start": 817993999,
            "stop": 817994005
        },
        {
            "start": 817994020,
            "stop": 817994071
        },
        {
            "start": 817994086,
            "stop": 817994093
        },
        {
            "start": 817994101,
            "stop": 817994192
        },
        {
            "start": 817994200,
            "stop": 817994217
        },
        {
            "start": 817994225,
            "stop": 817994245
        },
        {
            "start": 817994253,
            "stop": 817994294
        },
        {
            "start": 817994302,
            "stop": 817994421
        },
        {
            "start": 817994429,
            "stop": 817994458
        },
        {
            "start": 817994466,
            "stop": 817994705
        },
        {
            "start": 817994713,
            "stop": 817994716
        },
        {
            "start": 817994757,
            "stop": 817994760
        },
        {
            "start": 817994768,
            "stop": 817994771
        },
        {
            "start": 817994786,
            "stop": 817994957
        },
        {
            "start": 817994965,
            "stop": 817995144
        }
    ]
}