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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8644",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8642",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8643,
    "results": [
        {
            "start": 871513953,
            "stop": 871514495
        },
        {
            "start": 871514512,
            "stop": 871514599
        },
        {
            "start": 871514629,
            "stop": 871514638
        },
        {
            "start": 871514655,
            "stop": 871514656
        },
        {
            "start": 871514673,
            "stop": 871514869
        },
        {
            "start": 871514886,
            "stop": 871515071
        },
        {
            "start": 871515088,
            "stop": 871515536
        },
        {
            "start": 871515553,
            "stop": 871515555
        },
        {
            "start": 871515572,
            "stop": 871515837
        },
        {
            "start": 871515907,
            "stop": 871517180
        },
        {
            "start": 871517197,
            "stop": 871517322
        },
        {
            "start": 871517442,
            "stop": 871518448
        },
        {
            "start": 871518465,
            "stop": 871519330
        },
        {
            "start": 871519347,
            "stop": 871519358
        },
        {
            "start": 871519375,
            "stop": 871519418
        },
        {
            "start": 871519435,
            "stop": 871520176
        },
        {
            "start": 871520193,
            "stop": 871520260
        },
        {
            "start": 871520277,
            "stop": 871521724
        },
        {
            "start": 871521741,
            "stop": 871521766
        },
        {
            "start": 871521783,
            "stop": 871522389
        }
    ]
}