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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5853",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5854,
    "results": [
        {
            "start": 874752613,
            "stop": 874752615
        },
        {
            "start": 874752619,
            "stop": 874752650
        },
        {
            "start": 874752653,
            "stop": 874752737
        },
        {
            "start": 874752740,
            "stop": 874752759
        },
        {
            "start": 874752762,
            "stop": 874752884
        },
        {
            "start": 874752888,
            "stop": 874753035
        },
        {
            "start": 874753038,
            "stop": 874753055
        },
        {
            "start": 874753058,
            "stop": 874753111
        },
        {
            "start": 874753114,
            "stop": 874753170
        },
        {
            "start": 874753173,
            "stop": 874753230
        },
        {
            "start": 874753234,
            "stop": 874753354
        },
        {
            "start": 874753357,
            "stop": 874753545
        },
        {
            "start": 874753548,
            "stop": 874753562
        },
        {
            "start": 874753565,
            "stop": 874753608
        },
        {
            "start": 874753611,
            "stop": 874753644
        },
        {
            "start": 874753647,
            "stop": 874753728
        },
        {
            "start": 874753731,
            "stop": 874753755
        },
        {
            "start": 874753759,
            "stop": 874753760
        },
        {
            "start": 874753763,
            "stop": 874753875
        },
        {
            "start": 874753878,
            "stop": 874753880
        }
    ]
}