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=2928
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=2929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2927",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2928,
    "results": [
        {
            "start": 858888373,
            "stop": 858889904
        },
        {
            "start": 858889908,
            "stop": 858892004
        },
        {
            "start": 858892720,
            "stop": 858894600
        },
        {
            "start": 858894660,
            "stop": 858898252
        },
        {
            "start": 858898254,
            "stop": 858900060
        },
        {
            "start": 858900063,
            "stop": 858901045
        },
        {
            "start": 858901048,
            "stop": 858901724
        },
        {
            "start": 858901905,
            "stop": 858907680
        },
        {
            "start": 858907740,
            "stop": 858949502
        },
        {
            "start": 858949508,
            "stop": 858949520
        },
        {
            "start": 858949525,
            "stop": 858951656
        },
        {
            "start": 858951660,
            "stop": 858951734
        },
        {
            "start": 858952166,
            "stop": 858952236
        },
        {
            "start": 858954286,
            "stop": 858956160
        },
        {
            "start": 858956220,
            "stop": 858956618
        },
        {
            "start": 858956621,
            "stop": 858956687
        },
        {
            "start": 858956693,
            "stop": 858957894
        },
        {
            "start": 858957897,
            "stop": 858959280
        },
        {
            "start": 858959340,
            "stop": 858960980
        },
        {
            "start": 858962252,
            "stop": 858963181
        }
    ]
}