Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=334
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=333",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 334,
    "results": [
        {
            "start": 1249845673,
            "stop": 1249845699
        },
        {
            "start": 1249845700,
            "stop": 1249845706
        },
        {
            "start": 1249845707,
            "stop": 1249845728
        },
        {
            "start": 1249845731,
            "stop": 1249845733
        },
        {
            "start": 1249850899,
            "stop": 1249850966
        },
        {
            "start": 1249850967,
            "stop": 1249850992
        },
        {
            "start": 1249850993,
            "stop": 1249851076
        },
        {
            "start": 1249851077,
            "stop": 1249851140
        },
        {
            "start": 1249851141,
            "stop": 1249851468
        },
        {
            "start": 1249851469,
            "stop": 1249851646
        },
        {
            "start": 1249851647,
            "stop": 1249851765
        },
        {
            "start": 1249851767,
            "stop": 1249851768
        },
        {
            "start": 1249851769,
            "stop": 1249851802
        },
        {
            "start": 1249851803,
            "stop": 1249851984
        },
        {
            "start": 1249851986,
            "stop": 1249851994
        },
        {
            "start": 1249851995,
            "stop": 1249854012
        },
        {
            "start": 1249864752,
            "stop": 1249923459
        },
        {
            "start": 1249931608,
            "stop": 1249938612
        },
        {
            "start": 1249944070,
            "stop": 1249944198
        },
        {
            "start": 1249944210,
            "stop": 1249944520
        }
    ]
}