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=8974
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=8975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8973",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8974,
    "results": [
        {
            "start": 873811123,
            "stop": 873811128
        },
        {
            "start": 873811166,
            "stop": 873811177
        },
        {
            "start": 873811197,
            "stop": 873811205
        },
        {
            "start": 873811224,
            "stop": 873811254
        },
        {
            "start": 873811274,
            "stop": 873811383
        },
        {
            "start": 873811402,
            "stop": 873811434
        },
        {
            "start": 873811456,
            "stop": 873811469
        },
        {
            "start": 873811488,
            "stop": 873811503
        },
        {
            "start": 873811522,
            "stop": 873811525
        },
        {
            "start": 873811545,
            "stop": 873811594
        },
        {
            "start": 873811614,
            "stop": 873811761
        },
        {
            "start": 873811785,
            "stop": 873811929
        },
        {
            "start": 873811949,
            "stop": 873811983
        },
        {
            "start": 873812306,
            "stop": 873812421
        },
        {
            "start": 873812454,
            "stop": 873812469
        },
        {
            "start": 873812496,
            "stop": 873812564
        },
        {
            "start": 873812609,
            "stop": 873812650
        },
        {
            "start": 873812670,
            "stop": 873812687
        },
        {
            "start": 873812711,
            "stop": 873812723
        },
        {
            "start": 873812757,
            "stop": 873812840
        }
    ]
}