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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5088",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5086",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5087,
    "results": [
        {
            "start": 873230326,
            "stop": 873230393
        },
        {
            "start": 873230400,
            "stop": 873230409
        },
        {
            "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": 873232847
        },
        {
            "start": 873232855,
            "stop": 873232856
        },
        {
            "start": 873232864,
            "stop": 873232956
        },
        {
            "start": 873232964,
            "stop": 873232991
        },
        {
            "start": 873233007,
            "stop": 873233023
        },
        {
            "start": 873233031,
            "stop": 873233050
        },
        {
            "start": 873233058,
            "stop": 873233064
        },
        {
            "start": 873233072,
            "stop": 873233836
        }
    ]
}