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=3139
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=3140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3138",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3139,
    "results": [
        {
            "start": 868546980,
            "stop": 868547040
        },
        {
            "start": 868547100,
            "stop": 868547280
        },
        {
            "start": 868547340,
            "stop": 868549943
        },
        {
            "start": 868549948,
            "stop": 868554735
        },
        {
            "start": 868554739,
            "stop": 868563601
        },
        {
            "start": 868563604,
            "stop": 868564252
        },
        {
            "start": 868564256,
            "stop": 868565610
        },
        {
            "start": 868565614,
            "stop": 868584010
        },
        {
            "start": 868589940,
            "stop": 868590000
        },
        {
            "start": 868590060,
            "stop": 868590360
        },
        {
            "start": 868590420,
            "stop": 868595324
        },
        {
            "start": 868595505,
            "stop": 868596540
        },
        {
            "start": 868596600,
            "stop": 868597376
        },
        {
            "start": 868597379,
            "stop": 868602632
        },
        {
            "start": 868603123,
            "stop": 868603233
        },
        {
            "start": 868603683,
            "stop": 868603691
        },
        {
            "start": 868604205,
            "stop": 868605780
        },
        {
            "start": 868605840,
            "stop": 868608240
        },
        {
            "start": 868608540,
            "stop": 868612381
        },
        {
            "start": 868612795,
            "stop": 868612827
        }
    ]
}