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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=41",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 42,
    "results": [
        {
            "start": 820614878,
            "stop": 820614879
        },
        {
            "start": 820615215,
            "stop": 820626109
        },
        {
            "start": 820628379,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635193
        },
        {
            "start": 820637054,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820695652
        },
        {
            "start": 820696305,
            "stop": 820697572
        },
        {
            "start": 820697574,
            "stop": 820700087
        },
        {
            "start": 820700944,
            "stop": 820713046
        },
        {
            "start": 820713795,
            "stop": 820716167
        },
        {
            "start": 820717712,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820732008
        },
        {
            "start": 820733035,
            "stop": 820733824
        },
        {
            "start": 820734773,
            "stop": 820737133
        },
        {
            "start": 820737171,
            "stop": 820737172
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741511
        },
        {
            "start": 820742193,
            "stop": 820748953
        },
        {
            "start": 820750261,
            "stop": 820750993
        },
        {
            "start": 820751649,
            "stop": 820752433
        }
    ]
}