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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4578",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4576",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4577,
    "results": [
        {
            "start": 968952684,
            "stop": 968952699
        },
        {
            "start": 968952702,
            "stop": 968952704
        },
        {
            "start": 968952708,
            "stop": 968952710
        },
        {
            "start": 968952713,
            "stop": 968952744
        },
        {
            "start": 968952748,
            "stop": 968952764
        },
        {
            "start": 968952781,
            "stop": 968952794
        },
        {
            "start": 968952800,
            "stop": 968952809
        },
        {
            "start": 968953456,
            "stop": 968953465
        },
        {
            "start": 968953466,
            "stop": 968953467
        },
        {
            "start": 968953470,
            "stop": 968953527
        },
        {
            "start": 968953530,
            "stop": 968954768
        },
        {
            "start": 968954771,
            "stop": 968954796
        },
        {
            "start": 968954799,
            "stop": 968954949
        },
        {
            "start": 968954952,
            "stop": 968955905
        },
        {
            "start": 968955908,
            "stop": 968956620
        },
        {
            "start": 968956623,
            "stop": 968956750
        },
        {
            "start": 968956753,
            "stop": 968957083
        },
        {
            "start": 968957086,
            "stop": 968957949
        },
        {
            "start": 968957952,
            "stop": 968957965
        },
        {
            "start": 968957968,
            "stop": 968957970
        }
    ]
}