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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3096",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3094",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3095,
    "results": [
        {
            "start": 866579700,
            "stop": 866579733
        },
        {
            "start": 866580514,
            "stop": 866581021
        },
        {
            "start": 866581025,
            "stop": 866581316
        },
        {
            "start": 866581800,
            "stop": 866582003
        },
        {
            "start": 866582008,
            "stop": 866583360
        },
        {
            "start": 866587207,
            "stop": 866587920
        },
        {
            "start": 866587980,
            "stop": 866588040
        },
        {
            "start": 866588100,
            "stop": 866588520
        },
        {
            "start": 866588580,
            "stop": 866590140
        },
        {
            "start": 866590200,
            "stop": 866590980
        },
        {
            "start": 866591040,
            "stop": 866592960
        },
        {
            "start": 866593020,
            "stop": 866593259
        },
        {
            "start": 866593263,
            "stop": 866593459
        },
        {
            "start": 866593464,
            "stop": 866593590
        },
        {
            "start": 866593650,
            "stop": 866593661
        },
        {
            "start": 866593961,
            "stop": 866594220
        },
        {
            "start": 866594400,
            "stop": 866594520
        },
        {
            "start": 866594580,
            "stop": 866594760
        },
        {
            "start": 866594820,
            "stop": 866594940
        },
        {
            "start": 866595000,
            "stop": 866595120
        }
    ]
}