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=911
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=912",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=910",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 911,
    "results": [
        {
            "start": 864948574,
            "stop": 864950134
        },
        {
            "start": 864950267,
            "stop": 864963107
        },
        {
            "start": 864963197,
            "stop": 864963287
        },
        {
            "start": 864963467,
            "stop": 864963677
        },
        {
            "start": 864968872,
            "stop": 864969202
        },
        {
            "start": 864969382,
            "stop": 864969442
        },
        {
            "start": 864969592,
            "stop": 864970432
        },
        {
            "start": 864970595,
            "stop": 864970985
        },
        {
            "start": 864971135,
            "stop": 864972635
        },
        {
            "start": 864972833,
            "stop": 864972953
        },
        {
            "start": 864974830,
            "stop": 864975010
        },
        {
            "start": 864975160,
            "stop": 864977080
        },
        {
            "start": 864977230,
            "stop": 864977440
        },
        {
            "start": 864977590,
            "stop": 864984580
        },
        {
            "start": 864984787,
            "stop": 864991807
        },
        {
            "start": 864996275,
            "stop": 864997895
        },
        {
            "start": 864999631,
            "stop": 864999991
        },
        {
            "start": 865000150,
            "stop": 865000870
        },
        {
            "start": 865001741,
            "stop": 865001981
        },
        {
            "start": 865002200,
            "stop": 865002260
        }
    ]
}