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=46982
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=46983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46981",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46982,
    "results": [
        {
            "start": 875215127,
            "stop": 875215129
        },
        {
            "start": 875215132,
            "stop": 875215156
        },
        {
            "start": 875215160,
            "stop": 875215234
        },
        {
            "start": 875215236,
            "stop": 875215245
        },
        {
            "start": 875215246,
            "stop": 875215251
        },
        {
            "start": 875215254,
            "stop": 875215264
        },
        {
            "start": 875215268,
            "stop": 875215269
        },
        {
            "start": 875215273,
            "stop": 875215279
        },
        {
            "start": 875215287,
            "stop": 875215318
        },
        {
            "start": 875215321,
            "stop": 875215331
        },
        {
            "start": 875215332,
            "stop": 875215342
        },
        {
            "start": 875215345,
            "stop": 875215362
        },
        {
            "start": 875215363,
            "stop": 875215365
        },
        {
            "start": 875215369,
            "stop": 875215378
        },
        {
            "start": 875215380,
            "stop": 875215391
        },
        {
            "start": 875215394,
            "stop": 875215424
        },
        {
            "start": 875215425,
            "stop": 875215430
        },
        {
            "start": 875215431,
            "stop": 875215448
        },
        {
            "start": 875215449,
            "stop": 875215475
        },
        {
            "start": 875215478,
            "stop": 875215495
        }
    ]
}