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=2923
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=2924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2922",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2923,
    "results": [
        {
            "start": 858754320,
            "stop": 858757020
        },
        {
            "start": 858757080,
            "stop": 858757380
        },
        {
            "start": 858757500,
            "stop": 858765420
        },
        {
            "start": 858765510,
            "stop": 858765540
        },
        {
            "start": 858765630,
            "stop": 858765690
        },
        {
            "start": 858765750,
            "stop": 858765780
        },
        {
            "start": 858766128,
            "stop": 858766650
        },
        {
            "start": 858766830,
            "stop": 858767070
        },
        {
            "start": 858767130,
            "stop": 858767250
        },
        {
            "start": 858767310,
            "stop": 858767610
        },
        {
            "start": 858767670,
            "stop": 858767730
        },
        {
            "start": 858767790,
            "stop": 858768780
        },
        {
            "start": 858768840,
            "stop": 858769303
        },
        {
            "start": 858769307,
            "stop": 858769313
        },
        {
            "start": 858769317,
            "stop": 858776937
        },
        {
            "start": 858776940,
            "stop": 858776987
        },
        {
            "start": 858778422,
            "stop": 858779535
        },
        {
            "start": 858779539,
            "stop": 858781800
        },
        {
            "start": 858782040,
            "stop": 858782975
        },
        {
            "start": 858782978,
            "stop": 858783000
        }
    ]
}