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=46939
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=46940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46938",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46939,
    "results": [
        {
            "start": 875198923,
            "stop": 875198951
        },
        {
            "start": 875198952,
            "stop": 875198967
        },
        {
            "start": 875198974,
            "stop": 875199014
        },
        {
            "start": 875199016,
            "stop": 875199022
        },
        {
            "start": 875199025,
            "stop": 875199028
        },
        {
            "start": 875199030,
            "stop": 875199031
        },
        {
            "start": 875199032,
            "stop": 875199033
        },
        {
            "start": 875199034,
            "stop": 875199039
        },
        {
            "start": 875199040,
            "stop": 875199057
        },
        {
            "start": 875199058,
            "stop": 875199072
        },
        {
            "start": 875199073,
            "stop": 875199080
        },
        {
            "start": 875199081,
            "stop": 875199092
        },
        {
            "start": 875199094,
            "stop": 875199100
        },
        {
            "start": 875199101,
            "stop": 875199120
        },
        {
            "start": 875199122,
            "stop": 875199127
        },
        {
            "start": 875199129,
            "stop": 875199139
        },
        {
            "start": 875199140,
            "stop": 875199142
        },
        {
            "start": 875199144,
            "stop": 875199149
        },
        {
            "start": 875199150,
            "stop": 875199155
        },
        {
            "start": 875199158,
            "stop": 875199162
        }
    ]
}