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=1358
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=1359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1357",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1358,
    "results": [
        {
            "start": 966106854,
            "stop": 966106866
        },
        {
            "start": 966106867,
            "stop": 966106907
        },
        {
            "start": 966106908,
            "stop": 966106953
        },
        {
            "start": 966106954,
            "stop": 966107001
        },
        {
            "start": 966107002,
            "stop": 966107043
        },
        {
            "start": 966107044,
            "stop": 966107112
        },
        {
            "start": 966107113,
            "stop": 966107146
        },
        {
            "start": 966107147,
            "stop": 966107220
        },
        {
            "start": 966107221,
            "stop": 966107716
        },
        {
            "start": 966107717,
            "stop": 966108405
        },
        {
            "start": 966109797,
            "stop": 966114873
        },
        {
            "start": 966114874,
            "stop": 966116119
        },
        {
            "start": 966117249,
            "stop": 966120961
        },
        {
            "start": 966121282,
            "stop": 966122502
        },
        {
            "start": 966122504,
            "stop": 966129367
        },
        {
            "start": 966129368,
            "stop": 966130195
        },
        {
            "start": 966131106,
            "stop": 966132744
        },
        {
            "start": 966132745,
            "stop": 966135354
        },
        {
            "start": 966135355,
            "stop": 966142535
        },
        {
            "start": 966142536,
            "stop": 966161314
        }
    ]
}