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=3143
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=3144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3142",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3143,
    "results": [
        {
            "start": 868742628,
            "stop": 868742970
        },
        {
            "start": 868742975,
            "stop": 868744740
        },
        {
            "start": 868746343,
            "stop": 868747380
        },
        {
            "start": 868747440,
            "stop": 868748340
        },
        {
            "start": 868748557,
            "stop": 868751229
        },
        {
            "start": 868751233,
            "stop": 868751340
        },
        {
            "start": 868751400,
            "stop": 868752977
        },
        {
            "start": 868754245,
            "stop": 868755120
        },
        {
            "start": 868755300,
            "stop": 868755360
        },
        {
            "start": 868755600,
            "stop": 868755660
        },
        {
            "start": 868756365,
            "stop": 868756380
        },
        {
            "start": 868756620,
            "stop": 868757144
        },
        {
            "start": 868757325,
            "stop": 868760924
        },
        {
            "start": 868761105,
            "stop": 868766144
        },
        {
            "start": 868766385,
            "stop": 868768080
        },
        {
            "start": 868768140,
            "stop": 868770566
        },
        {
            "start": 868770569,
            "stop": 868790388
        },
        {
            "start": 868790391,
            "stop": 868792664
        },
        {
            "start": 868792845,
            "stop": 868792980
        },
        {
            "start": 868793205,
            "stop": 868793684
        }
    ]
}