Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=184
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 184,
    "results": [
        {
            "start": 1384549555,
            "stop": 1384552050
        },
        {
            "start": 1384552055,
            "stop": 1384552680
        },
        {
            "start": 1384552685,
            "stop": 1384556317
        },
        {
            "start": 1384556322,
            "stop": 1384556549
        },
        {
            "start": 1384556554,
            "stop": 1384565822
        },
        {
            "start": 1384565827,
            "stop": 1384565864
        },
        {
            "start": 1384565869,
            "stop": 1384565879
        },
        {
            "start": 1384565888,
            "stop": 1384566972
        },
        {
            "start": 1384566977,
            "stop": 1384567302
        },
        {
            "start": 1384567310,
            "stop": 1384567792
        },
        {
            "start": 1384567799,
            "stop": 1384567813
        },
        {
            "start": 1384567817,
            "stop": 1384568082
        },
        {
            "start": 1384568087,
            "stop": 1384568095
        },
        {
            "start": 1384568100,
            "stop": 1384568127
        },
        {
            "start": 1384568132,
            "stop": 1384568138
        },
        {
            "start": 1384568143,
            "stop": 1384586116
        },
        {
            "start": 1384586121,
            "stop": 1384588801
        },
        {
            "start": 1384651925,
            "stop": 1384656531
        },
        {
            "start": 1384656536,
            "stop": 1384656695
        },
        {
            "start": 1384656700,
            "stop": 1384657128
        }
    ]
}