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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7900",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7898",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7899,
    "results": [
        {
            "start": 969972294,
            "stop": 969972689
        },
        {
            "start": 969972695,
            "stop": 969972961
        },
        {
            "start": 969972964,
            "stop": 969973444
        },
        {
            "start": 969973449,
            "stop": 969973485
        },
        {
            "start": 969973494,
            "stop": 969973506
        },
        {
            "start": 969973511,
            "stop": 969973877
        },
        {
            "start": 969973880,
            "stop": 969973985
        },
        {
            "start": 969973988,
            "stop": 969974299
        },
        {
            "start": 969974305,
            "stop": 969974362
        },
        {
            "start": 969974373,
            "stop": 969974376
        },
        {
            "start": 969974380,
            "stop": 969974427
        },
        {
            "start": 969974433,
            "stop": 969974775
        },
        {
            "start": 969974778,
            "stop": 969974917
        },
        {
            "start": 969974920,
            "stop": 969975080
        },
        {
            "start": 969975083,
            "stop": 969975228
        },
        {
            "start": 969975231,
            "stop": 969975403
        },
        {
            "start": 969975406,
            "stop": 969975418
        },
        {
            "start": 969975421,
            "stop": 969975493
        },
        {
            "start": 969975497,
            "stop": 969975528
        },
        {
            "start": 969975531,
            "stop": 969975594
        }
    ]
}