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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15927",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15925",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15926,
    "results": [
        {
            "start": 971399508,
            "stop": 971399514
        },
        {
            "start": 971399516,
            "stop": 971399560
        },
        {
            "start": 971399561,
            "stop": 971399575
        },
        {
            "start": 971399577,
            "stop": 971399595
        },
        {
            "start": 971399598,
            "stop": 971399620
        },
        {
            "start": 971399623,
            "stop": 971399629
        },
        {
            "start": 971399631,
            "stop": 971399637
        },
        {
            "start": 971399639,
            "stop": 971399647
        },
        {
            "start": 971399649,
            "stop": 971399653
        },
        {
            "start": 971399654,
            "stop": 971399655
        },
        {
            "start": 971399656,
            "stop": 971399663
        },
        {
            "start": 971399664,
            "stop": 971399665
        },
        {
            "start": 971399667,
            "stop": 971399672
        },
        {
            "start": 971399677,
            "stop": 971399688
        },
        {
            "start": 971399689,
            "stop": 971399690
        },
        {
            "start": 971399691,
            "stop": 971399705
        },
        {
            "start": 971399706,
            "stop": 971399709
        },
        {
            "start": 971399710,
            "stop": 971399711
        },
        {
            "start": 971399715,
            "stop": 971399722
        },
        {
            "start": 971399724,
            "stop": 971399733
        }
    ]
}