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=15779
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=15780",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15778",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15779,
    "results": [
        {
            "start": 971171032,
            "stop": 971171034
        },
        {
            "start": 971171035,
            "stop": 971171036
        },
        {
            "start": 971171038,
            "stop": 971171041
        },
        {
            "start": 971171046,
            "stop": 971171048
        },
        {
            "start": 971171049,
            "stop": 971171055
        },
        {
            "start": 971171056,
            "stop": 971171057
        },
        {
            "start": 971171058,
            "stop": 971171059
        },
        {
            "start": 971171068,
            "stop": 971171069
        },
        {
            "start": 971171072,
            "stop": 971171073
        },
        {
            "start": 971171077,
            "stop": 971171078
        },
        {
            "start": 971171079,
            "stop": 971171080
        },
        {
            "start": 971171081,
            "stop": 971171087
        },
        {
            "start": 971171089,
            "stop": 971171092
        },
        {
            "start": 971171094,
            "stop": 971171099
        },
        {
            "start": 971171101,
            "stop": 971171102
        },
        {
            "start": 971171103,
            "stop": 971171104
        },
        {
            "start": 971171105,
            "stop": 971171107
        },
        {
            "start": 971171111,
            "stop": 971171112
        },
        {
            "start": 971171115,
            "stop": 971171117
        },
        {
            "start": 971171120,
            "stop": 971171123
        }
    ]
}