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=46854
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=46855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46853",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46854,
    "results": [
        {
            "start": 875141062,
            "stop": 875141063
        },
        {
            "start": 875141066,
            "stop": 875141080
        },
        {
            "start": 875141082,
            "stop": 875141084
        },
        {
            "start": 875141085,
            "stop": 875141113
        },
        {
            "start": 875141114,
            "stop": 875141130
        },
        {
            "start": 875141131,
            "stop": 875141150
        },
        {
            "start": 875141152,
            "stop": 875141155
        },
        {
            "start": 875141156,
            "stop": 875141169
        },
        {
            "start": 875141170,
            "stop": 875141179
        },
        {
            "start": 875141182,
            "stop": 875141213
        },
        {
            "start": 875141214,
            "stop": 875141231
        },
        {
            "start": 875141232,
            "stop": 875141234
        },
        {
            "start": 875141235,
            "stop": 875141237
        },
        {
            "start": 875141240,
            "stop": 875141254
        },
        {
            "start": 875141257,
            "stop": 875141275
        },
        {
            "start": 875141278,
            "stop": 875141283
        },
        {
            "start": 875141284,
            "stop": 875141308
        },
        {
            "start": 875141312,
            "stop": 875141356
        },
        {
            "start": 875141359,
            "stop": 875141361
        },
        {
            "start": 875141363,
            "stop": 875141381
        }
    ]
}