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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=714",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=712",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 713,
    "results": [
        {
            "start": 1267066009,
            "stop": 1267066029
        },
        {
            "start": 1267066030,
            "stop": 1267066031
        },
        {
            "start": 1267066032,
            "stop": 1267066035
        },
        {
            "start": 1267066036,
            "stop": 1267066040
        },
        {
            "start": 1267066041,
            "stop": 1267066105
        },
        {
            "start": 1267066106,
            "stop": 1267066216
        },
        {
            "start": 1267066218,
            "stop": 1267066845
        },
        {
            "start": 1267066848,
            "stop": 1267066911
        },
        {
            "start": 1267066912,
            "stop": 1267066918
        },
        {
            "start": 1267066920,
            "stop": 1267066921
        },
        {
            "start": 1267066922,
            "stop": 1267067173
        },
        {
            "start": 1267067175,
            "stop": 1267068408
        },
        {
            "start": 1267068411,
            "stop": 1267068850
        },
        {
            "start": 1267068852,
            "stop": 1267068981
        },
        {
            "start": 1267068986,
            "stop": 1267076637
        },
        {
            "start": 1267076642,
            "stop": 1267077412
        },
        {
            "start": 1267077415,
            "stop": 1267078445
        },
        {
            "start": 1267078449,
            "stop": 1267078944
        },
        {
            "start": 1267078948,
            "stop": 1267079879
        },
        {
            "start": 1267079882,
            "stop": 1267083397
        }
    ]
}