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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=26",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 27,
    "results": [
        {
            "start": 815691866,
            "stop": 815692264
        },
        {
            "start": 815692761,
            "stop": 815692905
        },
        {
            "start": 815692908,
            "stop": 815693400
        },
        {
            "start": 815693403,
            "stop": 815693669
        },
        {
            "start": 815693672,
            "stop": 815694370
        },
        {
            "start": 815694373,
            "stop": 815695311
        },
        {
            "start": 815695314,
            "stop": 815695521
        },
        {
            "start": 815695524,
            "stop": 815696267
        },
        {
            "start": 815696270,
            "stop": 815696345
        },
        {
            "start": 815696348,
            "stop": 815696351
        },
        {
            "start": 815696354,
            "stop": 815696384
        },
        {
            "start": 815696387,
            "stop": 815696881
        },
        {
            "start": 815696884,
            "stop": 815698162
        },
        {
            "start": 815698165,
            "stop": 815698595
        },
        {
            "start": 815698598,
            "stop": 815699242
        },
        {
            "start": 815699245,
            "stop": 815700382
        },
        {
            "start": 815705428,
            "stop": 815708288
        },
        {
            "start": 815708291,
            "stop": 815708489
        },
        {
            "start": 815708492,
            "stop": 815709928
        },
        {
            "start": 815709932,
            "stop": 815712257
        }
    ]
}