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=41082
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=41083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41081",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41082,
    "results": [
        {
            "start": 875215332,
            "stop": 875215353
        },
        {
            "start": 875215355,
            "stop": 875215362
        },
        {
            "start": 875215363,
            "stop": 875215371
        },
        {
            "start": 875215372,
            "stop": 875215378
        },
        {
            "start": 875215380,
            "stop": 875215391
        },
        {
            "start": 875215394,
            "stop": 875215419
        },
        {
            "start": 875215421,
            "stop": 875215424
        },
        {
            "start": 875215425,
            "stop": 875215430
        },
        {
            "start": 875215431,
            "stop": 875215448
        },
        {
            "start": 875215449,
            "stop": 875215462
        },
        {
            "start": 875215465,
            "stop": 875215595
        },
        {
            "start": 875215596,
            "stop": 875215600
        },
        {
            "start": 875215601,
            "stop": 875215656
        },
        {
            "start": 875215657,
            "stop": 875215658
        },
        {
            "start": 875215660,
            "stop": 875215683
        },
        {
            "start": 875215684,
            "stop": 875215709
        },
        {
            "start": 875215710,
            "stop": 875215717
        },
        {
            "start": 875215718,
            "stop": 875215728
        },
        {
            "start": 875215730,
            "stop": 875215759
        },
        {
            "start": 875215761,
            "stop": 875215773
        }
    ]
}