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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41073",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41071",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41072,
    "results": [
        {
            "start": 875210044,
            "stop": 875210054
        },
        {
            "start": 875210057,
            "stop": 875210092
        },
        {
            "start": 875210093,
            "stop": 875210100
        },
        {
            "start": 875210101,
            "stop": 875210107
        },
        {
            "start": 875210108,
            "stop": 875210125
        },
        {
            "start": 875210126,
            "stop": 875210139
        },
        {
            "start": 875210140,
            "stop": 875210150
        },
        {
            "start": 875210151,
            "stop": 875210204
        },
        {
            "start": 875210206,
            "stop": 875210223
        },
        {
            "start": 875210224,
            "stop": 875210226
        },
        {
            "start": 875210227,
            "stop": 875210262
        },
        {
            "start": 875210264,
            "stop": 875210291
        },
        {
            "start": 875210292,
            "stop": 875210343
        },
        {
            "start": 875210345,
            "stop": 875210381
        },
        {
            "start": 875210383,
            "stop": 875210450
        },
        {
            "start": 875210452,
            "stop": 875210493
        },
        {
            "start": 875210494,
            "stop": 875210557
        },
        {
            "start": 875210559,
            "stop": 875210579
        },
        {
            "start": 875210580,
            "stop": 875210600
        },
        {
            "start": 875210601,
            "stop": 875210604
        }
    ]
}