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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40729",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40730,
    "results": [
        {
            "start": 874962600,
            "stop": 874962608
        },
        {
            "start": 874962609,
            "stop": 874962623
        },
        {
            "start": 874962624,
            "stop": 874962627
        },
        {
            "start": 874962629,
            "stop": 874962645
        },
        {
            "start": 874962646,
            "stop": 874962660
        },
        {
            "start": 874963081,
            "stop": 874963082
        },
        {
            "start": 874963083,
            "stop": 874963098
        },
        {
            "start": 874963100,
            "stop": 874963132
        },
        {
            "start": 874963133,
            "stop": 874963140
        },
        {
            "start": 874963441,
            "stop": 874963464
        },
        {
            "start": 874963465,
            "stop": 874963468
        },
        {
            "start": 874963469,
            "stop": 874963501
        },
        {
            "start": 874963503,
            "stop": 874963532
        },
        {
            "start": 874963533,
            "stop": 874963541
        },
        {
            "start": 874963543,
            "stop": 874963558
        },
        {
            "start": 874963559,
            "stop": 874963560
        },
        {
            "start": 874963620,
            "stop": 874963634
        },
        {
            "start": 874963636,
            "stop": 874963680
        },
        {
            "start": 874963681,
            "stop": 874963701
        },
        {
            "start": 874963703,
            "stop": 874963710
        }
    ]
}