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=3180
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=3181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3179",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3180,
    "results": [
        {
            "start": 870058920,
            "stop": 870058980
        },
        {
            "start": 870059280,
            "stop": 870059340
        },
        {
            "start": 870066600,
            "stop": 870066660
        },
        {
            "start": 870066720,
            "stop": 870067140
        },
        {
            "start": 870067200,
            "stop": 870067320
        },
        {
            "start": 870067380,
            "stop": 870067988
        },
        {
            "start": 870068455,
            "stop": 870069480
        },
        {
            "start": 870069660,
            "stop": 870069720
        },
        {
            "start": 870069960,
            "stop": 870071463
        },
        {
            "start": 870071923,
            "stop": 870079304
        },
        {
            "start": 870079485,
            "stop": 870081720
        },
        {
            "start": 870081780,
            "stop": 870085714
        },
        {
            "start": 870085717,
            "stop": 870097550
        },
        {
            "start": 870097555,
            "stop": 870097562
        },
        {
            "start": 870097568,
            "stop": 870097582
        },
        {
            "start": 870097588,
            "stop": 870097887
        },
        {
            "start": 870097893,
            "stop": 870097920
        },
        {
            "start": 870097980,
            "stop": 870101995
        },
        {
            "start": 870102060,
            "stop": 870102720
        },
        {
            "start": 870102780,
            "stop": 870103232
        }
    ]
}