Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7220
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7219",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7220,
    "results": [
        {
            "start": 874711853,
            "stop": 874712005
        },
        {
            "start": 874712006,
            "stop": 874712379
        },
        {
            "start": 874712380,
            "stop": 874712495
        },
        {
            "start": 874712496,
            "stop": 874713048
        },
        {
            "start": 874713049,
            "stop": 874713767
        },
        {
            "start": 874713768,
            "stop": 874713812
        },
        {
            "start": 874713813,
            "stop": 874714060
        },
        {
            "start": 874714061,
            "stop": 874714242
        },
        {
            "start": 874714243,
            "stop": 874714747
        },
        {
            "start": 874714748,
            "stop": 874714850
        },
        {
            "start": 874714851,
            "stop": 874714947
        },
        {
            "start": 874714948,
            "stop": 874715031
        },
        {
            "start": 874715032,
            "stop": 874715183
        },
        {
            "start": 874715184,
            "stop": 874715424
        },
        {
            "start": 874715426,
            "stop": 874715565
        },
        {
            "start": 874715566,
            "stop": 874715590
        },
        {
            "start": 874715591,
            "stop": 874715694
        },
        {
            "start": 874715695,
            "stop": 874715737
        },
        {
            "start": 874715738,
            "stop": 874715755
        },
        {
            "start": 874715757,
            "stop": 874715971
        }
    ]
}