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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=235",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 236,
    "results": [
        {
            "start": 931461919,
            "stop": 931461921
        },
        {
            "start": 931461925,
            "stop": 931461941
        },
        {
            "start": 931461943,
            "stop": 931461945
        },
        {
            "start": 931461949,
            "stop": 931461959
        },
        {
            "start": 931461962,
            "stop": 931461964
        },
        {
            "start": 931461966,
            "stop": 931461967
        },
        {
            "start": 931461969,
            "stop": 931461973
        },
        {
            "start": 931461975,
            "stop": 931461988
        },
        {
            "start": 931461991,
            "stop": 931462015
        },
        {
            "start": 931462019,
            "stop": 931462025
        },
        {
            "start": 931462027,
            "stop": 931462029
        },
        {
            "start": 931462031,
            "stop": 931462033
        },
        {
            "start": 931462035,
            "stop": 931462048
        },
        {
            "start": 931462050,
            "stop": 931462068
        },
        {
            "start": 931462070,
            "stop": 931462071
        },
        {
            "start": 931462073,
            "stop": 931462103
        },
        {
            "start": 931462106,
            "stop": 931462121
        },
        {
            "start": 931462123,
            "stop": 931462125
        },
        {
            "start": 931462127,
            "stop": 931462146
        },
        {
            "start": 931462148,
            "stop": 931462154
        }
    ]
}