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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1673",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1671",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1672,
    "results": [
        {
            "start": 957340529,
            "stop": 957340571
        },
        {
            "start": 957340573,
            "stop": 957340653
        },
        {
            "start": 957340655,
            "stop": 957340740
        },
        {
            "start": 957340742,
            "stop": 957340936
        },
        {
            "start": 957340938,
            "stop": 957340945
        },
        {
            "start": 957340947,
            "stop": 957341102
        },
        {
            "start": 957341104,
            "stop": 957341248
        },
        {
            "start": 957341250,
            "stop": 957341436
        },
        {
            "start": 957341439,
            "stop": 957341566
        },
        {
            "start": 957341568,
            "stop": 957341650
        },
        {
            "start": 957341652,
            "stop": 957341680
        },
        {
            "start": 957341682,
            "stop": 957342042
        },
        {
            "start": 957342043,
            "stop": 957342101
        },
        {
            "start": 957342103,
            "stop": 957342172
        },
        {
            "start": 957342174,
            "stop": 957342271
        },
        {
            "start": 957342273,
            "stop": 957342400
        },
        {
            "start": 957342402,
            "stop": 957342486
        },
        {
            "start": 957343684,
            "stop": 957344285
        },
        {
            "start": 957344286,
            "stop": 957344364
        },
        {
            "start": 957344366,
            "stop": 957344415
        }
    ]
}