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=2169
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=2170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2168",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2169,
    "results": [
        {
            "start": 872428840,
            "stop": 872428930
        },
        {
            "start": 872428969,
            "stop": 872428972
        },
        {
            "start": 872428994,
            "stop": 872429001
        },
        {
            "start": 872429046,
            "stop": 872429055
        },
        {
            "start": 872429078,
            "stop": 872429103
        },
        {
            "start": 872429120,
            "stop": 872429200
        },
        {
            "start": 872429219,
            "stop": 872429239
        },
        {
            "start": 872429256,
            "stop": 872429268
        },
        {
            "start": 872429285,
            "stop": 872429322
        },
        {
            "start": 872429365,
            "stop": 872429385
        },
        {
            "start": 872429418,
            "stop": 872429420
        },
        {
            "start": 872429440,
            "stop": 872429457
        },
        {
            "start": 872429479,
            "stop": 872429491
        },
        {
            "start": 872429559,
            "stop": 872429565
        },
        {
            "start": 872429582,
            "stop": 872429599
        },
        {
            "start": 872429622,
            "stop": 872429627
        },
        {
            "start": 872429660,
            "stop": 872429669
        },
        {
            "start": 872429699,
            "stop": 872429765
        },
        {
            "start": 872429784,
            "stop": 872429792
        },
        {
            "start": 872429817,
            "stop": 872429829
        }
    ]
}