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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2933",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2931",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2932,
    "results": [
        {
            "start": 859067477,
            "stop": 859067557
        },
        {
            "start": 859067560,
            "stop": 859068093
        },
        {
            "start": 859068096,
            "stop": 859068247
        },
        {
            "start": 859068250,
            "stop": 859068503
        },
        {
            "start": 859068506,
            "stop": 859068516
        },
        {
            "start": 859068519,
            "stop": 859068540
        },
        {
            "start": 859068600,
            "stop": 859068639
        },
        {
            "start": 859068642,
            "stop": 859068698
        },
        {
            "start": 859070175,
            "stop": 859070264
        },
        {
            "start": 859070445,
            "stop": 859070968
        },
        {
            "start": 859070971,
            "stop": 859072404
        },
        {
            "start": 859072407,
            "stop": 859072484
        },
        {
            "start": 859072860,
            "stop": 859073101
        },
        {
            "start": 859073102,
            "stop": 859073400
        },
        {
            "start": 859074000,
            "stop": 859074061
        },
        {
            "start": 859074065,
            "stop": 859074095
        },
        {
            "start": 859074096,
            "stop": 859074124
        },
        {
            "start": 859074128,
            "stop": 859074164
        },
        {
            "start": 859074360,
            "stop": 859074377
        },
        {
            "start": 859074381,
            "stop": 859074382
        }
    ]
}