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=1441
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=1442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1440",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1441,
    "results": [
        {
            "start": 855747285,
            "stop": 855766934
        },
        {
            "start": 855766937,
            "stop": 855769094
        },
        {
            "start": 855769098,
            "stop": 855778711
        },
        {
            "start": 855780880,
            "stop": 855782204
        },
        {
            "start": 855782208,
            "stop": 855783260
        },
        {
            "start": 855784315,
            "stop": 855800332
        },
        {
            "start": 855800335,
            "stop": 855810742
        },
        {
            "start": 855811426,
            "stop": 855862442
        },
        {
            "start": 855863749,
            "stop": 855864860
        },
        {
            "start": 855865787,
            "stop": 855867697
        },
        {
            "start": 855867944,
            "stop": 855870422
        },
        {
            "start": 855872992,
            "stop": 855873483
        },
        {
            "start": 855873759,
            "stop": 855874342
        },
        {
            "start": 855874519,
            "stop": 855875874
        },
        {
            "start": 855876020,
            "stop": 855877584
        },
        {
            "start": 855877702,
            "stop": 855880386
        },
        {
            "start": 855881028,
            "stop": 855901496
        },
        {
            "start": 855902474,
            "stop": 855917685
        },
        {
            "start": 855917689,
            "stop": 855949020
        },
        {
            "start": 855949748,
            "stop": 855950342
        }
    ]
}