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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1158",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1156",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1157,
    "results": [
        {
            "start": 951045741,
            "stop": 951045859
        },
        {
            "start": 951045861,
            "stop": 951046047
        },
        {
            "start": 951046048,
            "stop": 951046758
        },
        {
            "start": 951046760,
            "stop": 951046834
        },
        {
            "start": 951046836,
            "stop": 951046839
        },
        {
            "start": 951046841,
            "stop": 951046949
        },
        {
            "start": 951046951,
            "stop": 951047725
        },
        {
            "start": 951047727,
            "stop": 951048266
        },
        {
            "start": 951048268,
            "stop": 951048472
        },
        {
            "start": 951048474,
            "stop": 951048888
        },
        {
            "start": 951048890,
            "stop": 951050801
        },
        {
            "start": 951050803,
            "stop": 951050982
        },
        {
            "start": 951050984,
            "stop": 951051247
        },
        {
            "start": 951051249,
            "stop": 951051653
        },
        {
            "start": 951051655,
            "stop": 951051897
        },
        {
            "start": 951051899,
            "stop": 951052314
        },
        {
            "start": 951052316,
            "stop": 951053726
        },
        {
            "start": 951053728,
            "stop": 951054626
        },
        {
            "start": 951054628,
            "stop": 951055058
        },
        {
            "start": 951055060,
            "stop": 951055601
        }
    ]
}