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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1470",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1471,
    "results": [
        {
            "start": 861056499,
            "stop": 861064817
        },
        {
            "start": 861065616,
            "stop": 861068176
        },
        {
            "start": 861071536,
            "stop": 861109652
        },
        {
            "start": 861109819,
            "stop": 861116887
        },
        {
            "start": 861116890,
            "stop": 861118444
        },
        {
            "start": 861118618,
            "stop": 861121010
        },
        {
            "start": 861121272,
            "stop": 861122991
        },
        {
            "start": 861122995,
            "stop": 861123001
        },
        {
            "start": 861123004,
            "stop": 861124302
        },
        {
            "start": 861146030,
            "stop": 861148677
        },
        {
            "start": 861149102,
            "stop": 861150581
        },
        {
            "start": 861150815,
            "stop": 861151148
        },
        {
            "start": 861151337,
            "stop": 861155835
        },
        {
            "start": 861156213,
            "stop": 861157183
        },
        {
            "start": 861157488,
            "stop": 861158522
        },
        {
            "start": 861159397,
            "stop": 861159872
        },
        {
            "start": 861160677,
            "stop": 861160750
        },
        {
            "start": 861161010,
            "stop": 861162717
        },
        {
            "start": 861163775,
            "stop": 861164486
        },
        {
            "start": 861164638,
            "stop": 861164872
        }
    ]
}