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=727
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=728",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=726",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 727,
    "results": [
        {
            "start": 952957116,
            "stop": 952961912
        },
        {
            "start": 952961918,
            "stop": 952963942
        },
        {
            "start": 952963948,
            "stop": 952964085
        },
        {
            "start": 952964091,
            "stop": 952964205
        },
        {
            "start": 952964211,
            "stop": 952964628
        },
        {
            "start": 952964634,
            "stop": 952964690
        },
        {
            "start": 952964696,
            "stop": 952966862
        },
        {
            "start": 952966868,
            "stop": 952968780
        },
        {
            "start": 952968786,
            "stop": 952969577
        },
        {
            "start": 952969583,
            "stop": 952973863
        },
        {
            "start": 952973868,
            "stop": 952974339
        },
        {
            "start": 952986785,
            "stop": 952993154
        },
        {
            "start": 952993160,
            "stop": 952993178
        },
        {
            "start": 952993184,
            "stop": 952994747
        },
        {
            "start": 952994753,
            "stop": 952994966
        },
        {
            "start": 952994972,
            "stop": 952996809
        },
        {
            "start": 952996815,
            "stop": 953008748
        },
        {
            "start": 953008754,
            "stop": 953008932
        },
        {
            "start": 953008938,
            "stop": 953009415
        },
        {
            "start": 953009421,
            "stop": 953009535
        }
    ]
}