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=3026
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=3027",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3025",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3026,
    "results": [
        {
            "start": 863668801,
            "stop": 863669479
        },
        {
            "start": 863673357,
            "stop": 863683663
        },
        {
            "start": 863685001,
            "stop": 863697284
        },
        {
            "start": 863697465,
            "stop": 863697704
        },
        {
            "start": 863697885,
            "stop": 863713663
        },
        {
            "start": 863713966,
            "stop": 863715589
        },
        {
            "start": 863715889,
            "stop": 863718372
        },
        {
            "start": 863718683,
            "stop": 863719501
        },
        {
            "start": 863720851,
            "stop": 863721259
        },
        {
            "start": 863722000,
            "stop": 863727602
        },
        {
            "start": 863727605,
            "stop": 863733180
        },
        {
            "start": 863733240,
            "stop": 863734028
        },
        {
            "start": 863734512,
            "stop": 863734973
        },
        {
            "start": 863735273,
            "stop": 863735456
        },
        {
            "start": 863735459,
            "stop": 863735487
        },
        {
            "start": 863735490,
            "stop": 863735505
        },
        {
            "start": 863735508,
            "stop": 863735519
        },
        {
            "start": 863735522,
            "stop": 863742224
        },
        {
            "start": 863742405,
            "stop": 863743558
        },
        {
            "start": 863743927,
            "stop": 863747204
        }
    ]
}