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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=376",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 377,
    "results": [
        {
            "start": 934776185,
            "stop": 934776209
        },
        {
            "start": 934776211,
            "stop": 934776216
        },
        {
            "start": 934776218,
            "stop": 934776223
        },
        {
            "start": 934776225,
            "stop": 934776230
        },
        {
            "start": 934776236,
            "stop": 934779058
        },
        {
            "start": 934779061,
            "stop": 934779752
        },
        {
            "start": 934779755,
            "stop": 934779782
        },
        {
            "start": 934779784,
            "stop": 934779788
        },
        {
            "start": 934779791,
            "stop": 934779808
        },
        {
            "start": 934779810,
            "stop": 934779813
        },
        {
            "start": 934779816,
            "stop": 934779829
        },
        {
            "start": 934779833,
            "stop": 934781817
        },
        {
            "start": 934782782,
            "stop": 934783356
        },
        {
            "start": 934783359,
            "stop": 934783366
        },
        {
            "start": 934783368,
            "stop": 934783381
        },
        {
            "start": 934783384,
            "stop": 934783414
        },
        {
            "start": 934783417,
            "stop": 934783430
        },
        {
            "start": 934783434,
            "stop": 934785880
        },
        {
            "start": 934787913,
            "stop": 934790533
        },
        {
            "start": 934790536,
            "stop": 934790565
        }
    ]
}