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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=235",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 236,
    "results": [
        {
            "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": 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
        },
        {
            "start": 863880265,
            "stop": 863880272
        },
        {
            "start": 863880299,
            "stop": 863881245
        },
        {
            "start": 863899898,
            "stop": 863931116
        }
    ]
}