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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=73",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 74,
    "results": [
        {
            "start": 931287483,
            "stop": 931287484
        },
        {
            "start": 931287487,
            "stop": 931287489
        },
        {
            "start": 931287509,
            "stop": 931287512
        },
        {
            "start": 931287517,
            "stop": 931287519
        },
        {
            "start": 931287523,
            "stop": 931287526
        },
        {
            "start": 931287528,
            "stop": 931287533
        },
        {
            "start": 931287546,
            "stop": 931287547
        },
        {
            "start": 931287567,
            "stop": 931287568
        },
        {
            "start": 931287573,
            "stop": 931287574
        },
        {
            "start": 931287579,
            "stop": 931287580
        },
        {
            "start": 931287591,
            "stop": 931287595
        },
        {
            "start": 931287608,
            "stop": 931287610
        },
        {
            "start": 931287629,
            "stop": 931287631
        },
        {
            "start": 931287635,
            "stop": 931287637
        },
        {
            "start": 931287651,
            "stop": 931287652
        },
        {
            "start": 931287657,
            "stop": 931287661
        },
        {
            "start": 931287670,
            "stop": 931287671
        },
        {
            "start": 931287690,
            "stop": 931287692
        },
        {
            "start": 931287695,
            "stop": 931287696
        },
        {
            "start": 931287756,
            "stop": 931287757
        }
    ]
}