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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=279",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 280,
    "results": [
        {
            "start": 1126931322,
            "stop": 1126931603
        },
        {
            "start": 1126931604,
            "stop": 1126931623
        },
        {
            "start": 1126931625,
            "stop": 1126931653
        },
        {
            "start": 1126931655,
            "stop": 1126931674
        },
        {
            "start": 1126931675,
            "stop": 1126932007
        },
        {
            "start": 1126932009,
            "stop": 1126932029
        },
        {
            "start": 1126932030,
            "stop": 1126932166
        },
        {
            "start": 1126932168,
            "stop": 1126932173
        },
        {
            "start": 1126932174,
            "stop": 1126932263
        },
        {
            "start": 1126932264,
            "stop": 1126932277
        },
        {
            "start": 1126932278,
            "stop": 1126932279
        },
        {
            "start": 1126932280,
            "stop": 1126932281
        },
        {
            "start": 1126932284,
            "stop": 1126932290
        },
        {
            "start": 1126932293,
            "stop": 1126932300
        },
        {
            "start": 1126932302,
            "stop": 1126932337
        },
        {
            "start": 1126932339,
            "stop": 1126932348
        },
        {
            "start": 1126932350,
            "stop": 1126932365
        },
        {
            "start": 1126932366,
            "stop": 1126932377
        },
        {
            "start": 1126932497,
            "stop": 1126932503
        },
        {
            "start": 1126932507,
            "stop": 1126932525
        }
    ]
}