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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=784",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=782",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 783,
    "results": [
        {
            "start": 857604835,
            "stop": 857608075
        },
        {
            "start": 857608778,
            "stop": 857611358
        },
        {
            "start": 857611388,
            "stop": 857613638
        },
        {
            "start": 857613788,
            "stop": 857616398
        },
        {
            "start": 857616428,
            "stop": 857618498
        },
        {
            "start": 857618648,
            "stop": 857619218
        },
        {
            "start": 857619388,
            "stop": 857631808
        },
        {
            "start": 857631958,
            "stop": 857632708
        },
        {
            "start": 857633956,
            "stop": 857634916
        },
        {
            "start": 857635346,
            "stop": 857635646
        },
        {
            "start": 857637077,
            "stop": 857637977
        },
        {
            "start": 857638199,
            "stop": 857639219
        },
        {
            "start": 857641816,
            "stop": 857644636
        },
        {
            "start": 857644857,
            "stop": 857645337
        },
        {
            "start": 857646550,
            "stop": 857651980
        },
        {
            "start": 857652130,
            "stop": 857656750
        },
        {
            "start": 857656982,
            "stop": 857659022
        },
        {
            "start": 857660890,
            "stop": 857661070
        },
        {
            "start": 857661275,
            "stop": 857667275
        },
        {
            "start": 857667365,
            "stop": 857667815
        }
    ]
}