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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46668",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46669,
    "results": [
        {
            "start": 875039347,
            "stop": 875039357
        },
        {
            "start": 875039358,
            "stop": 875039373
        },
        {
            "start": 875039374,
            "stop": 875039385
        },
        {
            "start": 875039386,
            "stop": 875039425
        },
        {
            "start": 875039426,
            "stop": 875039452
        },
        {
            "start": 875039454,
            "stop": 875039474
        },
        {
            "start": 875039475,
            "stop": 875039487
        },
        {
            "start": 875039488,
            "stop": 875039489
        },
        {
            "start": 875039491,
            "stop": 875039495
        },
        {
            "start": 875039496,
            "stop": 875039497
        },
        {
            "start": 875039498,
            "stop": 875039512
        },
        {
            "start": 875039515,
            "stop": 875039516
        },
        {
            "start": 875039518,
            "stop": 875039555
        },
        {
            "start": 875039556,
            "stop": 875039574
        },
        {
            "start": 875039576,
            "stop": 875039579
        },
        {
            "start": 875039580,
            "stop": 875039610
        },
        {
            "start": 875039611,
            "stop": 875039644
        },
        {
            "start": 875039645,
            "stop": 875039677
        },
        {
            "start": 875039678,
            "stop": 875039705
        },
        {
            "start": 875039706,
            "stop": 875039713
        }
    ]
}