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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=71",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 72,
    "results": [
        {
            "start": 816485700,
            "stop": 816485705
        },
        {
            "start": 816485709,
            "stop": 816485878
        },
        {
            "start": 816485882,
            "stop": 816486034
        },
        {
            "start": 816486044,
            "stop": 816486053
        },
        {
            "start": 816486058,
            "stop": 816486060
        },
        {
            "start": 816486066,
            "stop": 816486072
        },
        {
            "start": 816486075,
            "stop": 816486077
        },
        {
            "start": 816486093,
            "stop": 816486094
        },
        {
            "start": 816486108,
            "stop": 816486109
        },
        {
            "start": 816486114,
            "stop": 816486126
        },
        {
            "start": 816486129,
            "stop": 816486166
        },
        {
            "start": 816486178,
            "stop": 816486293
        },
        {
            "start": 816486297,
            "stop": 816486301
        },
        {
            "start": 816486306,
            "stop": 816486316
        },
        {
            "start": 816486321,
            "stop": 816486324
        },
        {
            "start": 816486362,
            "stop": 816486409
        },
        {
            "start": 816486461,
            "stop": 816486614
        },
        {
            "start": 816486643,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816486731
        },
        {
            "start": 816486786,
            "stop": 816486793
        }
    ]
}