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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=708",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=706",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 707,
    "results": [
        {
            "start": 952278852,
            "stop": 952281859
        },
        {
            "start": 952284000,
            "stop": 952286699
        },
        {
            "start": 952286704,
            "stop": 952287272
        },
        {
            "start": 952287278,
            "stop": 952291398
        },
        {
            "start": 952294314,
            "stop": 952294583
        },
        {
            "start": 952294843,
            "stop": 952295634
        },
        {
            "start": 952295640,
            "stop": 952306318
        },
        {
            "start": 952310295,
            "stop": 952311667
        },
        {
            "start": 952311673,
            "stop": 952311847
        },
        {
            "start": 952311853,
            "stop": 952312512
        },
        {
            "start": 952312517,
            "stop": 952313201
        },
        {
            "start": 952313207,
            "stop": 952318267
        },
        {
            "start": 952318273,
            "stop": 952318789
        },
        {
            "start": 952318795,
            "stop": 952320065
        },
        {
            "start": 952320071,
            "stop": 952320370
        },
        {
            "start": 952320376,
            "stop": 952321094
        },
        {
            "start": 952321100,
            "stop": 952321900
        },
        {
            "start": 952321906,
            "stop": 952322071
        },
        {
            "start": 952322077,
            "stop": 952322139
        },
        {
            "start": 952325133,
            "stop": 952325382
        }
    ]
}