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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 206,
    "results": [
        {
            "start": 1126846654,
            "stop": 1126846717
        },
        {
            "start": 1126846718,
            "stop": 1126846767
        },
        {
            "start": 1126846768,
            "stop": 1126846781
        },
        {
            "start": 1126846782,
            "stop": 1126847044
        },
        {
            "start": 1126847045,
            "stop": 1126847136
        },
        {
            "start": 1126847137,
            "stop": 1126847512
        },
        {
            "start": 1126847514,
            "stop": 1126847888
        },
        {
            "start": 1126847889,
            "stop": 1126847933
        },
        {
            "start": 1126847935,
            "stop": 1126848265
        },
        {
            "start": 1126848266,
            "stop": 1126848324
        },
        {
            "start": 1126848332,
            "stop": 1126848649
        },
        {
            "start": 1126848651,
            "stop": 1126848717
        },
        {
            "start": 1126848718,
            "stop": 1126849007
        },
        {
            "start": 1126849008,
            "stop": 1126849378
        },
        {
            "start": 1126849379,
            "stop": 1126849753
        },
        {
            "start": 1126849755,
            "stop": 1126849972
        },
        {
            "start": 1126849974,
            "stop": 1126849981
        },
        {
            "start": 1126849983,
            "stop": 1126850115
        },
        {
            "start": 1126850116,
            "stop": 1126850479
        },
        {
            "start": 1126850480,
            "stop": 1126850631
        }
    ]
}