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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10089",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10090,
    "results": [
        {
            "start": 873230417,
            "stop": 873230472
        },
        {
            "start": 873230479,
            "stop": 873230482
        },
        {
            "start": 873230491,
            "stop": 873230671
        },
        {
            "start": 873231880,
            "stop": 873232020
        },
        {
            "start": 873232140,
            "stop": 873232158
        },
        {
            "start": 873232192,
            "stop": 873232200
        },
        {
            "start": 873232360,
            "stop": 873232412
        },
        {
            "start": 873232419,
            "stop": 873232445
        },
        {
            "start": 873232452,
            "stop": 873232457
        },
        {
            "start": 873232464,
            "stop": 873232769
        },
        {
            "start": 873232777,
            "stop": 873232800
        },
        {
            "start": 873232864,
            "stop": 873232956
        },
        {
            "start": 873232964,
            "stop": 873232991
        },
        {
            "start": 873233007,
            "stop": 873233023
        },
        {
            "start": 873233031,
            "stop": 873233050
        },
        {
            "start": 873233058,
            "stop": 873233064
        },
        {
            "start": 873233072,
            "stop": 873233836
        },
        {
            "start": 873233897,
            "stop": 873234000
        },
        {
            "start": 873234060,
            "stop": 873234327
        },
        {
            "start": 873234364,
            "stop": 873234723
        }
    ]
}