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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14134",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14135,
    "results": [
        {
            "start": 971162828,
            "stop": 971162829
        },
        {
            "start": 971162831,
            "stop": 971162832
        },
        {
            "start": 971162834,
            "stop": 971162835
        },
        {
            "start": 971162836,
            "stop": 971162840
        },
        {
            "start": 971162842,
            "stop": 971162845
        },
        {
            "start": 971162846,
            "stop": 971162847
        },
        {
            "start": 971162850,
            "stop": 971162852
        },
        {
            "start": 971162854,
            "stop": 971162860
        },
        {
            "start": 971162864,
            "stop": 971162868
        },
        {
            "start": 971162871,
            "stop": 971162874
        },
        {
            "start": 971162875,
            "stop": 971162877
        },
        {
            "start": 971162881,
            "stop": 971162882
        },
        {
            "start": 971162886,
            "stop": 971162893
        },
        {
            "start": 971162895,
            "stop": 971162896
        },
        {
            "start": 971162897,
            "stop": 971162901
        },
        {
            "start": 971162902,
            "stop": 971162904
        },
        {
            "start": 971162906,
            "stop": 971162907
        },
        {
            "start": 971162909,
            "stop": 971162912
        },
        {
            "start": 971162914,
            "stop": 971162917
        },
        {
            "start": 971162918,
            "stop": 971162920
        }
    ]
}