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=473
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=474",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=472",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 473,
    "results": [
        {
            "start": 953687731,
            "stop": 953720129
        },
        {
            "start": 953723264,
            "stop": 953744443
        },
        {
            "start": 953747723,
            "stop": 953768699
        },
        {
            "start": 953778450,
            "stop": 953796262
        },
        {
            "start": 953803579,
            "stop": 953821910
        },
        {
            "start": 953826693,
            "stop": 953835662
        },
        {
            "start": 953839193,
            "stop": 953846695
        },
        {
            "start": 953876264,
            "stop": 953876297
        },
        {
            "start": 953876314,
            "stop": 953898169
        },
        {
            "start": 953927267,
            "stop": 953927722
        },
        {
            "start": 953942055,
            "stop": 953946619
        },
        {
            "start": 953946620,
            "stop": 953946621
        },
        {
            "start": 953946622,
            "stop": 953946818
        },
        {
            "start": 953949192,
            "stop": 953965813
        },
        {
            "start": 953978947,
            "stop": 953981307
        },
        {
            "start": 953997580,
            "stop": 953998545
        },
        {
            "start": 954016251,
            "stop": 954025319
        },
        {
            "start": 954026234,
            "stop": 954026445
        },
        {
            "start": 954032920,
            "stop": 954053182
        },
        {
            "start": 954057145,
            "stop": 954075974
        }
    ]
}