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=2944
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=2945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2943",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2944,
    "results": [
        {
            "start": 859550789,
            "stop": 859551331
        },
        {
            "start": 859552260,
            "stop": 859552500
        },
        {
            "start": 859552560,
            "stop": 859552680
        },
        {
            "start": 859552800,
            "stop": 859553100
        },
        {
            "start": 859553880,
            "stop": 859553940
        },
        {
            "start": 859554540,
            "stop": 859554600
        },
        {
            "start": 859555200,
            "stop": 859555260
        },
        {
            "start": 859555320,
            "stop": 859555440
        },
        {
            "start": 859555500,
            "stop": 859560000
        },
        {
            "start": 859560060,
            "stop": 859560300
        },
        {
            "start": 859560360,
            "stop": 859560480
        },
        {
            "start": 859560540,
            "stop": 859561620
        },
        {
            "start": 859561680,
            "stop": 859564232
        },
        {
            "start": 859564237,
            "stop": 859567441
        },
        {
            "start": 859567445,
            "stop": 859568140
        },
        {
            "start": 859568153,
            "stop": 859568155
        },
        {
            "start": 859568280,
            "stop": 859569104
        },
        {
            "start": 859569285,
            "stop": 859569824
        },
        {
            "start": 859570005,
            "stop": 859571520
        },
        {
            "start": 859571580,
            "stop": 859573857
        }
    ]
}