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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41048",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41046",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41047,
    "results": [
        {
            "start": 875197355,
            "stop": 875197375
        },
        {
            "start": 875197376,
            "stop": 875197392
        },
        {
            "start": 875197394,
            "stop": 875197396
        },
        {
            "start": 875197398,
            "stop": 875197418
        },
        {
            "start": 875197419,
            "stop": 875197426
        },
        {
            "start": 875197427,
            "stop": 875197451
        },
        {
            "start": 875197453,
            "stop": 875197460
        },
        {
            "start": 875197461,
            "stop": 875197486
        },
        {
            "start": 875197489,
            "stop": 875197500
        },
        {
            "start": 875197560,
            "stop": 875197564
        },
        {
            "start": 875197565,
            "stop": 875197588
        },
        {
            "start": 875197589,
            "stop": 875197673
        },
        {
            "start": 875197675,
            "stop": 875197716
        },
        {
            "start": 875197717,
            "stop": 875197727
        },
        {
            "start": 875197728,
            "stop": 875197809
        },
        {
            "start": 875197812,
            "stop": 875197844
        },
        {
            "start": 875197845,
            "stop": 875197865
        },
        {
            "start": 875197866,
            "stop": 875197886
        },
        {
            "start": 875197887,
            "stop": 875197929
        },
        {
            "start": 875197930,
            "stop": 875197971
        }
    ]
}