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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5212",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5210",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5211,
    "results": [
        {
            "start": 1137042848,
            "stop": 1137042864
        },
        {
            "start": 1137042866,
            "stop": 1137042883
        },
        {
            "start": 1137042891,
            "stop": 1137042919
        },
        {
            "start": 1137042921,
            "stop": 1137042923
        },
        {
            "start": 1137042925,
            "stop": 1137042927
        },
        {
            "start": 1137042930,
            "stop": 1137042959
        },
        {
            "start": 1137042961,
            "stop": 1137042964
        },
        {
            "start": 1137042966,
            "stop": 1137043062
        },
        {
            "start": 1137043064,
            "stop": 1137043068
        },
        {
            "start": 1137043070,
            "stop": 1137043112
        },
        {
            "start": 1137043114,
            "stop": 1137043119
        },
        {
            "start": 1137043120,
            "stop": 1137043189
        },
        {
            "start": 1137043191,
            "stop": 1137043204
        },
        {
            "start": 1137043206,
            "stop": 1137043225
        },
        {
            "start": 1137043227,
            "stop": 1137043230
        },
        {
            "start": 1137043232,
            "stop": 1137043234
        },
        {
            "start": 1137043236,
            "stop": 1137043318
        },
        {
            "start": 1137043322,
            "stop": 1137043367
        },
        {
            "start": 1137043372,
            "stop": 1137043374
        },
        {
            "start": 1137043376,
            "stop": 1137043383
        }
    ]
}