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=1344
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=1345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1343",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1344,
    "results": [
        {
            "start": 965052410,
            "stop": 965052461
        },
        {
            "start": 965052462,
            "stop": 965052463
        },
        {
            "start": 965052464,
            "stop": 965052551
        },
        {
            "start": 965052552,
            "stop": 965052604
        },
        {
            "start": 965052605,
            "stop": 965052639
        },
        {
            "start": 965052640,
            "stop": 965052645
        },
        {
            "start": 965052646,
            "stop": 965052649
        },
        {
            "start": 965052650,
            "stop": 965052738
        },
        {
            "start": 965052739,
            "stop": 965052758
        },
        {
            "start": 965052759,
            "stop": 965052765
        },
        {
            "start": 965052766,
            "stop": 965052792
        },
        {
            "start": 965052793,
            "stop": 965052834
        },
        {
            "start": 965052835,
            "stop": 965052842
        },
        {
            "start": 965052843,
            "stop": 965052876
        },
        {
            "start": 965052877,
            "stop": 965052891
        },
        {
            "start": 965052893,
            "stop": 965052907
        },
        {
            "start": 965052908,
            "stop": 965052926
        },
        {
            "start": 965052927,
            "stop": 965052928
        },
        {
            "start": 965052929,
            "stop": 965052949
        },
        {
            "start": 965052950,
            "stop": 965052959
        }
    ]
}