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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8877",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8878,
    "results": [
        {
            "start": 873200561,
            "stop": 873200758
        },
        {
            "start": 873200789,
            "stop": 873200914
        },
        {
            "start": 873200933,
            "stop": 873201081
        },
        {
            "start": 873201098,
            "stop": 873201103
        },
        {
            "start": 873201122,
            "stop": 873201353
        },
        {
            "start": 873201372,
            "stop": 873201464
        },
        {
            "start": 873201496,
            "stop": 873201579
        },
        {
            "start": 873201596,
            "stop": 873201664
        },
        {
            "start": 873201683,
            "stop": 873202037
        },
        {
            "start": 873202054,
            "stop": 873202267
        },
        {
            "start": 873202287,
            "stop": 873202444
        },
        {
            "start": 873202461,
            "stop": 873202834
        },
        {
            "start": 873202853,
            "stop": 873203050
        },
        {
            "start": 873203069,
            "stop": 873203303
        },
        {
            "start": 873203322,
            "stop": 873203361
        },
        {
            "start": 873203390,
            "stop": 873203412
        },
        {
            "start": 873203435,
            "stop": 873203441
        },
        {
            "start": 873203463,
            "stop": 873203517
        },
        {
            "start": 873203536,
            "stop": 873203576
        },
        {
            "start": 873203596,
            "stop": 873203670
        }
    ]
}