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=3002
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=3003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3001",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3002,
    "results": [
        {
            "start": 862410036,
            "stop": 862412640
        },
        {
            "start": 862412700,
            "stop": 862414140
        },
        {
            "start": 862414200,
            "stop": 862417355
        },
        {
            "start": 862417358,
            "stop": 862422239
        },
        {
            "start": 862422242,
            "stop": 862425707
        },
        {
            "start": 862425713,
            "stop": 862425717
        },
        {
            "start": 862425780,
            "stop": 862431630
        },
        {
            "start": 862431750,
            "stop": 862434175
        },
        {
            "start": 862434179,
            "stop": 862444497
        },
        {
            "start": 862444744,
            "stop": 862462609
        },
        {
            "start": 862463504,
            "stop": 862466281
        },
        {
            "start": 862466284,
            "stop": 862467750
        },
        {
            "start": 862467870,
            "stop": 862482706
        },
        {
            "start": 862482709,
            "stop": 862505204
        },
        {
            "start": 862505385,
            "stop": 862509865
        },
        {
            "start": 862509870,
            "stop": 862521519
        },
        {
            "start": 862524060,
            "stop": 862524485
        },
        {
            "start": 862525756,
            "stop": 862526250
        },
        {
            "start": 862526310,
            "stop": 862533171
        },
        {
            "start": 862534185,
            "stop": 862542973
        }
    ]
}