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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=694",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 695,
    "results": [
        {
            "start": 951042928,
            "stop": 951043129
        },
        {
            "start": 951043135,
            "stop": 951043691
        },
        {
            "start": 951043697,
            "stop": 951043939
        },
        {
            "start": 951043945,
            "stop": 951044538
        },
        {
            "start": 951044544,
            "stop": 951044968
        },
        {
            "start": 951044974,
            "stop": 951045019
        },
        {
            "start": 951045025,
            "stop": 951045078
        },
        {
            "start": 951045084,
            "stop": 951045207
        },
        {
            "start": 951045213,
            "stop": 951045739
        },
        {
            "start": 951045745,
            "stop": 951045859
        },
        {
            "start": 951045865,
            "stop": 951046047
        },
        {
            "start": 951046052,
            "stop": 951046758
        },
        {
            "start": 951046764,
            "stop": 951046834
        },
        {
            "start": 951046845,
            "stop": 951046949
        },
        {
            "start": 951046955,
            "stop": 951047725
        },
        {
            "start": 951047731,
            "stop": 951048266
        },
        {
            "start": 951048272,
            "stop": 951048472
        },
        {
            "start": 951048478,
            "stop": 951048888
        },
        {
            "start": 951048894,
            "stop": 951050801
        },
        {
            "start": 951050807,
            "stop": 951050982
        }
    ]
}