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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6449",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6450,
    "results": [
        {
            "start": 873905596,
            "stop": 873905848
        },
        {
            "start": 873905849,
            "stop": 873906170
        },
        {
            "start": 873906171,
            "stop": 873906489
        },
        {
            "start": 873906490,
            "stop": 873906585
        },
        {
            "start": 873906586,
            "stop": 873906592
        },
        {
            "start": 873906593,
            "stop": 873906618
        },
        {
            "start": 873906619,
            "stop": 873906629
        },
        {
            "start": 873906630,
            "stop": 873907065
        },
        {
            "start": 873907066,
            "stop": 873907100
        },
        {
            "start": 873907101,
            "stop": 873907160
        },
        {
            "start": 873907161,
            "stop": 873907504
        },
        {
            "start": 873907505,
            "stop": 873908148
        },
        {
            "start": 873908149,
            "stop": 873908730
        },
        {
            "start": 873908731,
            "stop": 873909203
        },
        {
            "start": 873909204,
            "stop": 873909213
        },
        {
            "start": 873909214,
            "stop": 873909994
        },
        {
            "start": 873909996,
            "stop": 873910300
        },
        {
            "start": 873910301,
            "stop": 873910312
        },
        {
            "start": 873910314,
            "stop": 873910469
        },
        {
            "start": 873910470,
            "stop": 873910872
        }
    ]
}