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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=338",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 339,
    "results": [
        {
            "start": 939179691,
            "stop": 939183496
        },
        {
            "start": 939183499,
            "stop": 939184933
        },
        {
            "start": 939184953,
            "stop": 939188117
        },
        {
            "start": 939188120,
            "stop": 939191396
        },
        {
            "start": 939191399,
            "stop": 939195685
        },
        {
            "start": 939195688,
            "stop": 939197224
        },
        {
            "start": 939197227,
            "stop": 939199052
        },
        {
            "start": 939204965,
            "stop": 939208145
        },
        {
            "start": 939208148,
            "stop": 939208396
        },
        {
            "start": 939208399,
            "stop": 939213783
        },
        {
            "start": 939213786,
            "stop": 939213856
        },
        {
            "start": 939213859,
            "stop": 939213968
        },
        {
            "start": 939213971,
            "stop": 939214491
        },
        {
            "start": 939216429,
            "stop": 939219764
        },
        {
            "start": 939219767,
            "stop": 939221614
        },
        {
            "start": 939221617,
            "stop": 939221863
        },
        {
            "start": 939221866,
            "stop": 939222808
        },
        {
            "start": 939222826,
            "stop": 939223035
        },
        {
            "start": 939223038,
            "stop": 939223040
        },
        {
            "start": 939223043,
            "stop": 939223412
        }
    ]
}