Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=721
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=720",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 721,
    "results": [
        {
            "start": 863574236,
            "stop": 863586084
        },
        {
            "start": 863586085,
            "stop": 863586517
        },
        {
            "start": 863587445,
            "stop": 863589809
        },
        {
            "start": 863591374,
            "stop": 863635477
        },
        {
            "start": 863636475,
            "stop": 863637322
        },
        {
            "start": 863639401,
            "stop": 863643394
        },
        {
            "start": 863652297,
            "stop": 863665053
        },
        {
            "start": 863669238,
            "stop": 863669746
        },
        {
            "start": 863673358,
            "stop": 863683929
        },
        {
            "start": 863685483,
            "stop": 863713640
        },
        {
            "start": 863722863,
            "stop": 863734087
        },
        {
            "start": 863735818,
            "stop": 863769600
        },
        {
            "start": 863769660,
            "stop": 863770773
        },
        {
            "start": 863771688,
            "stop": 863771754
        },
        {
            "start": 863772154,
            "stop": 863805563
        },
        {
            "start": 863811065,
            "stop": 863811313
        },
        {
            "start": 863811367,
            "stop": 863830563
        },
        {
            "start": 863845686,
            "stop": 863845995
        },
        {
            "start": 863845997,
            "stop": 863848295
        },
        {
            "start": 863849326,
            "stop": 863879429
        }
    ]
}