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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3755",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3753",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3754,
    "results": [
        {
            "start": 872992962,
            "stop": 872994545
        },
        {
            "start": 872994549,
            "stop": 872994622
        },
        {
            "start": 872994625,
            "stop": 872994744
        },
        {
            "start": 872994747,
            "stop": 872995064
        },
        {
            "start": 872995067,
            "stop": 872995151
        },
        {
            "start": 872995154,
            "stop": 872995164
        },
        {
            "start": 872995167,
            "stop": 872995292
        },
        {
            "start": 872995295,
            "stop": 872995385
        },
        {
            "start": 872995388,
            "stop": 872995403
        },
        {
            "start": 872995407,
            "stop": 872995784
        },
        {
            "start": 872995794,
            "stop": 872995811
        },
        {
            "start": 872995815,
            "stop": 872995990
        },
        {
            "start": 872995994,
            "stop": 872996014
        },
        {
            "start": 872996017,
            "stop": 872996033
        },
        {
            "start": 872996037,
            "stop": 872996041
        },
        {
            "start": 872996044,
            "stop": 872996045
        },
        {
            "start": 872996050,
            "stop": 872996077
        },
        {
            "start": 872996080,
            "stop": 872996112
        },
        {
            "start": 872996116,
            "stop": 872996117
        },
        {
            "start": 872996120,
            "stop": 872996182
        }
    ]
}