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=3146
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=3147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3145",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3146,
    "results": [
        {
            "start": 868902960,
            "stop": 868903005
        },
        {
            "start": 868903010,
            "stop": 868903440
        },
        {
            "start": 868903500,
            "stop": 868903668
        },
        {
            "start": 868903798,
            "stop": 868904800
        },
        {
            "start": 868904804,
            "stop": 868907280
        },
        {
            "start": 868907400,
            "stop": 868908979
        },
        {
            "start": 868909485,
            "stop": 868909500
        },
        {
            "start": 868909680,
            "stop": 868909860
        },
        {
            "start": 868909920,
            "stop": 868910100
        },
        {
            "start": 868910160,
            "stop": 868911180
        },
        {
            "start": 868911240,
            "stop": 868911272
        },
        {
            "start": 868911283,
            "stop": 868911295
        },
        {
            "start": 868911360,
            "stop": 868911488
        },
        {
            "start": 868911493,
            "stop": 868911540
        },
        {
            "start": 868911600,
            "stop": 868913122
        },
        {
            "start": 868913128,
            "stop": 868913640
        },
        {
            "start": 868913700,
            "stop": 868913820
        },
        {
            "start": 868913940,
            "stop": 868914960
        },
        {
            "start": 868915020,
            "stop": 868915426
        },
        {
            "start": 868915430,
            "stop": 868915440
        }
    ]
}