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=7241
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=7242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7240",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7241,
    "results": [
        {
            "start": 874836894,
            "stop": 874837207
        },
        {
            "start": 874837209,
            "stop": 874837419
        },
        {
            "start": 874837421,
            "stop": 874838325
        },
        {
            "start": 874838326,
            "stop": 874838332
        },
        {
            "start": 874838333,
            "stop": 874838660
        },
        {
            "start": 874838662,
            "stop": 874839143
        },
        {
            "start": 874839144,
            "stop": 874839276
        },
        {
            "start": 874839277,
            "stop": 874840455
        },
        {
            "start": 874840456,
            "stop": 874840459
        },
        {
            "start": 874840460,
            "stop": 874841130
        },
        {
            "start": 874841131,
            "stop": 874841636
        },
        {
            "start": 874841638,
            "stop": 874842245
        },
        {
            "start": 874842246,
            "stop": 874842577
        },
        {
            "start": 874842579,
            "stop": 874843143
        },
        {
            "start": 874843145,
            "stop": 874843179
        },
        {
            "start": 874843181,
            "stop": 874843651
        },
        {
            "start": 874843652,
            "stop": 874844013
        },
        {
            "start": 874844015,
            "stop": 874844578
        },
        {
            "start": 874844579,
            "stop": 874844590
        },
        {
            "start": 874844591,
            "stop": 874844720
        }
    ]
}