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/H2_BURST_CAT2/segments?format=api&page=672
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=671",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 672,
    "results": [
        {
            "start": 851680074,
            "stop": 851682981
        },
        {
            "start": 851682990,
            "stop": 851682994
        },
        {
            "start": 851682997,
            "stop": 851685879
        },
        {
            "start": 851685889,
            "stop": 851698022
        },
        {
            "start": 851699586,
            "stop": 851729468
        },
        {
            "start": 851730398,
            "stop": 851755110
        },
        {
            "start": 851755126,
            "stop": 851778312
        },
        {
            "start": 851782100,
            "stop": 851782397
        },
        {
            "start": 851782398,
            "stop": 851783833
        },
        {
            "start": 851783834,
            "stop": 851784572
        },
        {
            "start": 851785259,
            "stop": 851785333
        },
        {
            "start": 851787216,
            "stop": 851787913
        },
        {
            "start": 851805974,
            "stop": 851864205
        },
        {
            "start": 851864525,
            "stop": 851864607
        },
        {
            "start": 851865007,
            "stop": 851865076
        },
        {
            "start": 851865547,
            "stop": 851928968
        },
        {
            "start": 851929318,
            "stop": 851930946
        },
        {
            "start": 851931324,
            "stop": 851934613
        },
        {
            "start": 851937718,
            "stop": 851939826
        },
        {
            "start": 851940475,
            "stop": 851940512
        }
    ]
}