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=8832
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=8833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8831",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8832,
    "results": [
        {
            "start": 872724233,
            "stop": 872724371
        },
        {
            "start": 872724389,
            "stop": 872725312
        },
        {
            "start": 872725330,
            "stop": 872725718
        },
        {
            "start": 872725737,
            "stop": 872725740
        },
        {
            "start": 872726526,
            "stop": 872726580
        },
        {
            "start": 872726700,
            "stop": 872726891
        },
        {
            "start": 872726908,
            "stop": 872727048
        },
        {
            "start": 872727065,
            "stop": 872727081
        },
        {
            "start": 872727098,
            "stop": 872727178
        },
        {
            "start": 872730087,
            "stop": 872730126
        },
        {
            "start": 872730143,
            "stop": 872731245
        },
        {
            "start": 872731301,
            "stop": 872731320
        },
        {
            "start": 872747867,
            "stop": 872747872
        },
        {
            "start": 872747900,
            "stop": 872748047
        },
        {
            "start": 872748066,
            "stop": 872748706
        },
        {
            "start": 872748723,
            "stop": 872748955
        },
        {
            "start": 872748972,
            "stop": 872749054
        },
        {
            "start": 872749071,
            "stop": 872749389
        },
        {
            "start": 872749406,
            "stop": 872749660
        },
        {
            "start": 872749798,
            "stop": 872750270
        }
    ]
}