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=3043
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=3044",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3042",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3043,
    "results": [
        {
            "start": 864531120,
            "stop": 864555960
        },
        {
            "start": 864556020,
            "stop": 864559842
        },
        {
            "start": 864559848,
            "stop": 864559860
        },
        {
            "start": 864559920,
            "stop": 864565560
        },
        {
            "start": 864565620,
            "stop": 864565860
        },
        {
            "start": 864565920,
            "stop": 864569160
        },
        {
            "start": 864569280,
            "stop": 864569473
        },
        {
            "start": 864569477,
            "stop": 864570470
        },
        {
            "start": 864570478,
            "stop": 864570780
        },
        {
            "start": 864570840,
            "stop": 864574057
        },
        {
            "start": 864574063,
            "stop": 864575100
        },
        {
            "start": 864575160,
            "stop": 864576955
        },
        {
            "start": 864576960,
            "stop": 864576975
        },
        {
            "start": 864576980,
            "stop": 864577329
        },
        {
            "start": 864577477,
            "stop": 864581882
        },
        {
            "start": 864581888,
            "stop": 864581937
        },
        {
            "start": 864582000,
            "stop": 864582300
        },
        {
            "start": 864582360,
            "stop": 864584580
        },
        {
            "start": 864584640,
            "stop": 864584749
        },
        {
            "start": 864584756,
            "stop": 864584761
        }
    ]
}