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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 112,
    "results": [
        {
            "start": 1175390316,
            "stop": 1175392956
        },
        {
            "start": 1175392959,
            "stop": 1175393545
        },
        {
            "start": 1175393554,
            "stop": 1175393555
        },
        {
            "start": 1175393556,
            "stop": 1175393575
        },
        {
            "start": 1175393579,
            "stop": 1175393580
        },
        {
            "start": 1175393581,
            "stop": 1175393624
        },
        {
            "start": 1175393627,
            "stop": 1175393628
        },
        {
            "start": 1175393636,
            "stop": 1175393637
        },
        {
            "start": 1175393638,
            "stop": 1175393639
        },
        {
            "start": 1175393640,
            "stop": 1175393648
        },
        {
            "start": 1175393653,
            "stop": 1175395204
        },
        {
            "start": 1175395207,
            "stop": 1175396628
        },
        {
            "start": 1175396630,
            "stop": 1175396693
        },
        {
            "start": 1175396695,
            "stop": 1175396699
        },
        {
            "start": 1175396702,
            "stop": 1175396722
        },
        {
            "start": 1175396723,
            "stop": 1175396743
        },
        {
            "start": 1175396746,
            "stop": 1175396756
        },
        {
            "start": 1175396758,
            "stop": 1175396761
        },
        {
            "start": 1175396764,
            "stop": 1175396765
        },
        {
            "start": 1175396769,
            "stop": 1175396804
        }
    ]
}