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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=248",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 249,
    "results": [
        {
            "start": 856576042,
            "stop": 856583372
        },
        {
            "start": 856583723,
            "stop": 856590859
        },
        {
            "start": 856591165,
            "stop": 856613294
        },
        {
            "start": 856613594,
            "stop": 856627245
        },
        {
            "start": 856654948,
            "stop": 856695487
        },
        {
            "start": 856695848,
            "stop": 856698378
        },
        {
            "start": 856699772,
            "stop": 856702893
        },
        {
            "start": 856703193,
            "stop": 856710795
        },
        {
            "start": 856711095,
            "stop": 856718678
        },
        {
            "start": 856718788,
            "stop": 856719818
        },
        {
            "start": 856720118,
            "stop": 856720925
        },
        {
            "start": 856721141,
            "stop": 856724626
        },
        {
            "start": 856724871,
            "stop": 856725857
        },
        {
            "start": 856727131,
            "stop": 856727506
        },
        {
            "start": 856727876,
            "stop": 856728141
        },
        {
            "start": 856728381,
            "stop": 856728401
        },
        {
            "start": 856728450,
            "stop": 856728792
        },
        {
            "start": 856729173,
            "stop": 856729522
        },
        {
            "start": 856729862,
            "stop": 856730216
        },
        {
            "start": 856730326,
            "stop": 856730995
        }
    ]
}