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=5306
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=5307",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5305",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5306,
    "results": [
        {
            "start": 1137095239,
            "stop": 1137095264
        },
        {
            "start": 1137095266,
            "stop": 1137095351
        },
        {
            "start": 1137095355,
            "stop": 1137095378
        },
        {
            "start": 1137095380,
            "stop": 1137095393
        },
        {
            "start": 1137095397,
            "stop": 1137095459
        },
        {
            "start": 1137095460,
            "stop": 1137095551
        },
        {
            "start": 1137095553,
            "stop": 1137095559
        },
        {
            "start": 1137095564,
            "stop": 1137095566
        },
        {
            "start": 1137095568,
            "stop": 1137095570
        },
        {
            "start": 1137095572,
            "stop": 1137095603
        },
        {
            "start": 1137095607,
            "stop": 1137095621
        },
        {
            "start": 1137095624,
            "stop": 1137095633
        },
        {
            "start": 1137095635,
            "stop": 1137095718
        },
        {
            "start": 1137095720,
            "stop": 1137095747
        },
        {
            "start": 1137095751,
            "stop": 1137095773
        },
        {
            "start": 1137095775,
            "stop": 1137095784
        },
        {
            "start": 1137095787,
            "stop": 1137095788
        },
        {
            "start": 1137095790,
            "stop": 1137095791
        },
        {
            "start": 1137095795,
            "stop": 1137095808
        },
        {
            "start": 1137095810,
            "stop": 1137095879
        }
    ]
}